Color Hex Logo

#b38312 Color Hex

#B38312
(179,131,18)
0 Favorites   0 Comments

Color spaces of #b38312

RGB 17913118
HSL0.120.820.39
HSV42°90°70°
CMYK 0.000.270.90   0.30
XYZ26.815925.86004.1504
Yxy25.86000.47190.4551
Hunter Lab50.85275.135230.7579
CIE-Lab57.90399.383860.1115

#b38312 color RGB value is (179,131,18).

#b38312 hex color red value is 179, green value is 131 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #b38312 hue: 0.12 , saturation: 0.82 and the lightness value of b38312 is 0.39.

The process color (four color CMYK) of #b38312 color hex is 0.00, 0.27, 0.90, 0.30. Web safe color of #b38312 is #cc9900. Color #b38312 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000011 00010010
Octal 263 203 22
Decimal 179 131 18
Hex B3 83 12

RGB Percentages of Color #b38312

%54.57
%39.94
%5.49

CMYK Percentages of Color #b38312

%0
%27
%90
%30

Triadic Colors of #b38312

#b38312 #12b383 #8312b3

Analogous Colors of #b38312

#b38312 #93b312 #b33312

Monochromatic Colors of #b38312

#b38312

Complementary Color

#b38312 #1242b3

#b38312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38312 Color CSS Codes

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

#b38312 Text Font Color

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

This sample text font color is #b38312
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.


#b38312 Background Color

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

This div background color is #b38312


#b38312 Border Color

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

This div border color is #b38312


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,131,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b38312; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b38312;
  -webkit-box-shadow: 1px 1px 3px 2px #b38312;
  box-shadow:         1px 1px 3px 2px #b38312; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,131,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38312


Comments

No comments written yet.

Please login to write comment.