Color Hex Logo

#b08f4e Color Hex

#B08F4E
(176,143,78)
2 Favorites   0 Comments

Color spaces of #b08f4e

RGB 17614378
HSL0.110.390.50
HSV40°56°69°
CMYK 0.000.190.56   0.31
XYZ29.102129.425111.3535
Yxy29.42510.41650.4211
Hunter Lab54.24490.835725.5620
CIE-Lab61.15504.437038.8904

#b08f4e color RGB value is (176,143,78).

#b08f4e hex color red value is 176, green value is 143 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #b08f4e hue: 0.11 , saturation: 0.39 and the lightness value of b08f4e is 0.50.

The process color (four color CMYK) of #b08f4e color hex is 0.00, 0.19, 0.56, 0.31. Web safe color of #b08f4e is #999966. Color #b08f4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001111 01001110
Octal 260 217 116
Decimal 176 143 78
Hex B0 8F 4E

RGB Percentages of Color #b08f4e

%44.33
%36.02
%19.65

CMYK Percentages of Color #b08f4e

%0
%19
%56
%31

Triadic Colors of #b08f4e

#b08f4e #4eb08f #8f4eb0

Analogous Colors of #b08f4e

#b08f4e #a0b04e #b05e4e

Monochromatic Colors of #b08f4e

#b08f4e

Complementary Color

#b08f4e #4e6fb0

#b08f4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08f4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08f4e Color CSS Codes

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

#b08f4e Text Font Color

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

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


#b08f4e Background Color

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

This div background color is #b08f4e


#b08f4e Border Color

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

This div border color is #b08f4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08f4e


Comments

No comments written yet.

Please login to write comment.