Color Hex Logo

#b8750b Color Hex

#B8750B
(184,117,11)
0 Favorites   0 Comments

Color spaces of #b8750b

RGB 18411711
HSL0.100.890.38
HSV37°94°72°
CMYK 0.000.360.94   0.28
XYZ26.188922.93713.3636
Yxy22.93710.49890.4370
Hunter Lab47.892713.796029.3608
CIE-Lab55.007519.292359.6722

#b8750b color RGB value is (184,117,11).

#b8750b hex color red value is 184, green value is 117 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #b8750b hue: 0.10 , saturation: 0.89 and the lightness value of b8750b is 0.38.

The process color (four color CMYK) of #b8750b color hex is 0.00, 0.36, 0.94, 0.28. Web safe color of #b8750b is #cc6600. Color #b8750b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110101 00001011
Octal 270 165 13
Decimal 184 117 11
Hex B8 75 B

RGB Percentages of Color #b8750b

%58.97
%37.50
%3.53

CMYK Percentages of Color #b8750b

%0
%36
%94
%28

Triadic Colors of #b8750b

#b8750b #0bb875 #750bb8

Analogous Colors of #b8750b

#b8750b #a5b80b #b81e0b

Monochromatic Colors of #b8750b

#b8750b

Complementary Color

#b8750b #0b4eb8

#b8750b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8750b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8750b Color CSS Codes

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

#b8750b Text Font Color

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

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


#b8750b Background Color

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

This div background color is #b8750b


#b8750b Border Color

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

This div border color is #b8750b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8750b


Comments

No comments written yet.

Please login to write comment.