Color Hex Logo

#b3b28a Color Hex

#B3B28A
(179,178,138)
0 Favorites   0 Comments

Color spaces of #b3b28a

RGB 179178138
HSL0.160.210.62
HSV59°23°70°
CMYK 0.000.010.23   0.30
XYZ39.098243.259530.3340
Yxy43.25950.34690.3839
Hunter Lab65.7720-8.991418.6958
CIE-Lab71.7307-6.292620.6368

#b3b28a color RGB value is (179,178,138).

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

The process color (four color CMYK) of #b3b28a color hex is 0.00, 0.01, 0.23, 0.30. Web safe color of #b3b28a is #cc9999. Color #b3b28a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10110010 10001010
Octal 263 262 212
Decimal 179 178 138
Hex B3 B2 8A

RGB Percentages of Color #b3b28a

%36.16
%35.96
%27.88

CMYK Percentages of Color #b3b28a

%0
%1
%23
%30

Triadic Colors of #b3b28a

#b3b28a #8ab3b2 #b28ab3

Analogous Colors of #b3b28a

#b3b28a #a0b38a #b39e8a

Monochromatic Colors of #b3b28a

#b3b28a

Complementary Color

#b3b28a #8a8bb3

#b3b28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3b28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3b28a Color CSS Codes

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

#b3b28a Text Font Color

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

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


#b3b28a Background Color

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

This div background color is #b3b28a


#b3b28a Border Color

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

This div border color is #b3b28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3b28a


Comments

No comments written yet.

Please login to write comment.