Color Hex Logo

#b38a31 Color Hex

#B38A31
(179,138,49)
0 Favorites   0 Comments

Color spaces of #b38a31

RGB 17913849
HSL0.110.570.45
HSV41°73°70°
CMYK 0.000.230.73   0.30
XYZ28.233327.98246.8188
Yxy27.98240.44790.4439
Hunter Lab52.89842.698129.3862
CIE-Lab59.87286.576051.3923

#b38a31 color RGB value is (179,138,49).

#b38a31 hex color red value is 179, green value is 138 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #b38a31 hue: 0.11 , saturation: 0.57 and the lightness value of b38a31 is 0.45.

The process color (four color CMYK) of #b38a31 color hex is 0.00, 0.23, 0.73, 0.30. Web safe color of #b38a31 is #cc9933. Color #b38a31 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001010 00110001
Octal 263 212 61
Decimal 179 138 49
Hex B3 8A 31

RGB Percentages of Color #b38a31

%48.91
%37.70
%13.39

CMYK Percentages of Color #b38a31

%0
%23
%73
%30

Triadic Colors of #b38a31

#b38a31 #31b38a #8a31b3

Analogous Colors of #b38a31

#b38a31 #9bb331 #b34931

Monochromatic Colors of #b38a31

#b38a31

Complementary Color

#b38a31 #315ab3

#b38a31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38a31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38a31 Color CSS Codes

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

#b38a31 Text Font Color

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

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


#b38a31 Background Color

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

This div background color is #b38a31


#b38a31 Border Color

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

This div border color is #b38a31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38a31


Comments

No comments written yet.

Please login to write comment.