Color Hex Logo

#b0960d Color Hex

#B0960D
(176,150,13)
0 Favorites   0 Comments

Color spaces of #b0960d

RGB 17615013
HSL0.140.860.37
HSV50°93°69°
CMYK 0.000.150.93   0.31
XYZ28.883531.07194.8559
Yxy31.07190.44570.4794
Hunter Lab55.7422-5.056833.8546
CIE-Lab62.5683-2.500764.5375

#b0960d color RGB value is (176,150,13).

#b0960d hex color red value is 176, green value is 150 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #b0960d hue: 0.14 , saturation: 0.86 and the lightness value of b0960d is 0.37.

The process color (four color CMYK) of #b0960d color hex is 0.00, 0.15, 0.93, 0.31. Web safe color of #b0960d is #999900. Color #b0960d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010110 00001101
Octal 260 226 15
Decimal 176 150 13
Hex B0 96 D

RGB Percentages of Color #b0960d

%51.92
%44.25
%3.83

CMYK Percentages of Color #b0960d

%0
%15
%93
%31

Triadic Colors of #b0960d

#b0960d #0db096 #960db0

Analogous Colors of #b0960d

#b0960d #79b00d #b0450d

Monochromatic Colors of #b0960d

#b0960d

Complementary Color

#b0960d #0d27b0

#b0960d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0960d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0960d Color CSS Codes

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

#b0960d Text Font Color

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

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


#b0960d Background Color

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

This div background color is #b0960d


#b0960d Border Color

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

This div border color is #b0960d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0960d


Comments

No comments written yet.

Please login to write comment.