Color Hex Logo

#b88f3f Color Hex

#B88F3F
(184,143,63)
0 Favorites   0 Comments

Color spaces of #b88f3f

RGB 18414363
HSL0.110.490.48
HSV40°66°72°
CMYK 0.000.220.66   0.28
XYZ30.486830.19418.9239
Yxy30.19410.43800.4338
Hunter Lab54.94922.874028.8355
CIE-Lab61.82136.827147.2997

#b88f3f color RGB value is (184,143,63).

#b88f3f hex color red value is 184, green value is 143 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #b88f3f hue: 0.11 , saturation: 0.49 and the lightness value of b88f3f is 0.48.

The process color (four color CMYK) of #b88f3f color hex is 0.00, 0.22, 0.66, 0.28. Web safe color of #b88f3f is #cc9933. Color #b88f3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001111 00111111
Octal 270 217 77
Decimal 184 143 63
Hex B8 8F 3F

RGB Percentages of Color #b88f3f

%47.18
%36.67
%16.15

CMYK Percentages of Color #b88f3f

%0
%22
%66
%28

Triadic Colors of #b88f3f

#b88f3f #3fb88f #8f3fb8

Analogous Colors of #b88f3f

#b88f3f #a5b83f #b8523f

Monochromatic Colors of #b88f3f

#b88f3f

Complementary Color

#b88f3f #3f68b8

#b88f3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88f3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88f3f Color CSS Codes

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

#b88f3f Text Font Color

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

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


#b88f3f Background Color

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

This div background color is #b88f3f


#b88f3f Border Color

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

This div border color is #b88f3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88f3f


Comments

No comments written yet.

Please login to write comment.