Color Hex Logo

#b29316 Color Hex

#B29316
(178,147,22)
0 Favorites   0 Comments

Color spaces of #b29316

RGB 17814722
HSL0.130.780.39
HSV48°88°70°
CMYK 0.000.170.88   0.30
XYZ28.938630.39035.0997
Yxy30.39030.44920.4717
Hunter Lab55.1274-2.771133.1044
CIE-Lab61.98950.207562.3720

#b29316 color RGB value is (178,147,22).

#b29316 hex color red value is 178, green value is 147 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #b29316 hue: 0.13 , saturation: 0.78 and the lightness value of b29316 is 0.39.

The process color (four color CMYK) of #b29316 color hex is 0.00, 0.17, 0.88, 0.30. Web safe color of #b29316 is #999900. Color #b29316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010011 00010110
Octal 262 223 26
Decimal 178 147 22
Hex B2 93 16

RGB Percentages of Color #b29316

%51.30
%42.36
%6.34

CMYK Percentages of Color #b29316

%0
%17
%88
%30

Triadic Colors of #b29316

#b29316 #16b293 #9316b2

Analogous Colors of #b29316

#b29316 #83b216 #b24516

Monochromatic Colors of #b29316

#b29316

Complementary Color

#b29316 #1635b2

#b29316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b29316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b29316 Color CSS Codes

.mybgcolor {background-color:#b29316; } 
.myforecolor {color:#b29316; }
.mybordercolor {border:3px solid #b29316; }

#b29316 Text Font Color

<p style="color:#b29316">Text here</p>

This sample text font color is #b29316
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b29316 Background Color

<div style="background-color:#b29316">
Div content here</div>

This div background color is #b29316


#b29316 Border Color

<div style="border:3px solid #b29316">
Div here</div>

This div border color is #b29316


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,147,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b29316; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b29316;
  -webkit-box-shadow: 1px 1px 3px 2px #b29316;
  box-shadow:         1px 1px 3px 2px #b29316; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,147,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b29316">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b29316;
  -webkit-box-shadow: 1px 1px 3px 2px #b29316;
  box-shadow:         1px 1px 3px 2px #b29316;">
Div content here</div>

This div box has shadow with color #b29316


Comments

No comments written yet.

Please login to write comment.