Color Hex Logo

#b8700f Color Hex

#B8700F
(184,112,15)
0 Favorites   0 Comments

Color spaces of #b8700f

RGB 18411215
HSL0.100.850.39
HSV34°92°72°
CMYK 0.000.390.92   0.28
XYZ25.647621.81323.3105
Yxy21.81320.50520.4296
Hunter Lab46.704616.289328.4906
CIE-Lab53.828222.118057.9710

#b8700f color RGB value is (184,112,15).

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

The process color (four color CMYK) of #b8700f color hex is 0.00, 0.39, 0.92, 0.28. Web safe color of #b8700f is #cc6600. Color #b8700f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110000 00001111
Octal 270 160 17
Decimal 184 112 15
Hex B8 70 F

RGB Percentages of Color #b8700f

%59.16
%36.01
%4.82

CMYK Percentages of Color #b8700f

%0
%39
%92
%28

Triadic Colors of #b8700f

#b8700f #0fb870 #700fb8

Analogous Colors of #b8700f

#b8700f #acb80f #b81b0f

Monochromatic Colors of #b8700f

#b8700f

Complementary Color

#b8700f #0f57b8

#b8700f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8700f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8700f Color CSS Codes

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

#b8700f Text Font Color

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

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


#b8700f Background Color

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

This div background color is #b8700f


#b8700f Border Color

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

This div border color is #b8700f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,112,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 #b8700f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8700f


Comments

No comments written yet.

Please login to write comment.