Color Hex Logo

#b8770d Color Hex

#B8770D
(184,119,13)
0 Favorites   0 Comments

Color spaces of #b8770d

RGB 18411913
HSL0.100.870.39
HSV37°93°72°
CMYK 0.000.350.93   0.28
XYZ26.436623.41313.5066
Yxy23.41310.49550.4388
Hunter Lab48.387112.847229.5742
CIE-Lab55.495318.212259.6363

#b8770d color RGB value is (184,119,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110111 00001101
Octal 270 167 15
Decimal 184 119 13
Hex B8 77 D

RGB Percentages of Color #b8770d

%58.23
%37.66
%4.11

CMYK Percentages of Color #b8770d

%0
%35
%93
%28

Triadic Colors of #b8770d

#b8770d #0db877 #770db8

Analogous Colors of #b8770d

#b8770d #a4b80d #b8210d

Monochromatic Colors of #b8770d

#b8770d

Complementary Color

#b8770d #0d4eb8

#b8770d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8770d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8770d Color CSS Codes

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

#b8770d Text Font Color

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

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


#b8770d Background Color

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

This div background color is #b8770d


#b8770d Border Color

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

This div border color is #b8770d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8770d


Comments

No comments written yet.

Please login to write comment.