Color Hex Logo

#b3b38b Color Hex

#B3B38B
(179,179,139)
0 Favorites   0 Comments

Color spaces of #b3b38b

RGB 179179139
HSL0.170.210.62
HSV60°22°70°
CMYK 0.000.000.22   0.30
XYZ39.370743.688030.7837
Yxy43.68800.34580.3838
Hunter Lab66.0969-9.345818.6543
CIE-Lab72.0195-6.675220.4923

#b3b38b color RGB value is (179,179,139).

#b3b38b hex color red value is 179, green value is 179 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #b3b38b hue: 0.17 , saturation: 0.21 and the lightness value of b3b38b is 0.62.

The process color (four color CMYK) of #b3b38b color hex is 0.00, 0.00, 0.22, 0.30. Web safe color of #b3b38b is #cccc99. Color #b3b38b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10110011 10001011
Octal 263 263 213
Decimal 179 179 139
Hex B3 B3 8B

RGB Percentages of Color #b3b38b

%36.02
%36.02
%27.97

CMYK Percentages of Color #b3b38b

%0
%0
%22
%30

Triadic Colors of #b3b38b

#b3b38b #8bb3b3 #b38bb3

Analogous Colors of #b3b38b

#b3b38b #9fb38b #b39f8b

Monochromatic Colors of #b3b38b

#b3b38b

Complementary Color

#b3b38b #8b8bb3

#b3b38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3b38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3b38b Color CSS Codes

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

#b3b38b Text Font Color

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

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


#b3b38b Background Color

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

This div background color is #b3b38b


#b3b38b Border Color

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

This div border color is #b3b38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3b38b


Comments

No comments written yet.

Please login to write comment.