Color Hex Logo

#b88f0f Color Hex

#B88F0F
(184,143,15)
0 Favorites   0 Comments

Color spaces of #b88f0f

RGB 18414315
HSL0.130.850.39
HSV45°92°72°
CMYK 0.000.220.92   0.28
XYZ29.675829.86984.6533
Yxy29.86980.46220.4653
Hunter Lab54.65331.279333.2092
CIE-Lab61.54174.970163.7680

#b88f0f color RGB value is (184,143,15).

#b88f0f hex color red value is 184, green value is 143 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b88f0f hue: 0.13 , saturation: 0.85 and the lightness value of b88f0f is 0.39.

The process color (four color CMYK) of #b88f0f color hex is 0.00, 0.22, 0.92, 0.28. Web safe color of #b88f0f is #cc9900. Color #b88f0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001111 00001111
Octal 270 217 17
Decimal 184 143 15
Hex B8 8F F

RGB Percentages of Color #b88f0f

%53.80
%41.81
%4.39

CMYK Percentages of Color #b88f0f

%0
%22
%92
%28

Triadic Colors of #b88f0f

#b88f0f #0fb88f #8f0fb8

Analogous Colors of #b88f0f

#b88f0f #8db80f #b83b0f

Monochromatic Colors of #b88f0f

#b88f0f

Complementary Color

#b88f0f #0f38b8

#b88f0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88f0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88f0f Color CSS Codes

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

#b88f0f Text Font Color

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

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


#b88f0f Background Color

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

This div background color is #b88f0f


#b88f0f Border Color

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

This div border color is #b88f0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88f0f


Comments

No comments written yet.

Please login to write comment.