Color Hex Logo

#b4b08e Color Hex

#B4B08E
(180,176,142)
0 Favorites   0 Comments

Color spaces of #b4b08e

RGB 180176142
HSL0.150.200.63
HSV54°21°71°
CMYK 0.000.020.21   0.29
XYZ39.230242.707031.7668
Yxy42.70700.34500.3756
Hunter Lab65.3506-7.209316.9247
CIE-Lab71.3557-4.257817.9651

#b4b08e color RGB value is (180,176,142).

#b4b08e hex color red value is 180, green value is 176 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b4b08e hue: 0.15 , saturation: 0.20 and the lightness value of b4b08e is 0.63.

The process color (four color CMYK) of #b4b08e color hex is 0.00, 0.02, 0.21, 0.29. Web safe color of #b4b08e is #cc9999. Color #b4b08e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10110000 10001110
Octal 264 260 216
Decimal 180 176 142
Hex B4 B0 8E

RGB Percentages of Color #b4b08e

%36.14
%35.34
%28.51

CMYK Percentages of Color #b4b08e

%0
%2
%21
%29

Triadic Colors of #b4b08e

#b4b08e #8eb4b0 #b08eb4

Analogous Colors of #b4b08e

#b4b08e #a5b48e #b49d8e

Monochromatic Colors of #b4b08e

#b4b08e

Complementary Color

#b4b08e #8e92b4

#b4b08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4b08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4b08e Color CSS Codes

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

#b4b08e Text Font Color

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

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


#b4b08e Background Color

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

This div background color is #b4b08e


#b4b08e Border Color

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

This div border color is #b4b08e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,176,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4b08e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4b08e;
  -webkit-box-shadow: 1px 1px 3px 2px #b4b08e;
  box-shadow:         1px 1px 3px 2px #b4b08e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4b08e


Comments

No comments written yet.

Please login to write comment.