Color Hex Logo

#b8760d Color Hex

#B8760D
(184,118,13)
0 Favorites   0 Comments

Color spaces of #b8760d

RGB 18411813
HSL0.100.870.39
HSV37°93°72°
CMYK 0.000.360.93   0.28
XYZ26.318223.17633.4671
Yxy23.17630.49690.4376
Hunter Lab48.141813.334529.4293
CIE-Lab55.253518.766659.4592

#b8760d color RGB value is (184,118,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110110 00001101
Octal 270 166 15
Decimal 184 118 13
Hex B8 76 D

RGB Percentages of Color #b8760d

%58.41
%37.46
%4.13

CMYK Percentages of Color #b8760d

%0
%36
%93
%28

Triadic Colors of #b8760d

#b8760d #0db876 #760db8

Analogous Colors of #b8760d

#b8760d #a5b80d #b8200d

Monochromatic Colors of #b8760d

#b8760d

Complementary Color

#b8760d #0d4fb8

#b8760d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8760d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8760d Color CSS Codes

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

#b8760d Text Font Color

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

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


#b8760d Background Color

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

This div background color is #b8760d


#b8760d Border Color

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

This div border color is #b8760d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8760d


Comments

No comments written yet.

Please login to write comment.