Color Hex Logo

#b76012 Color Hex

#B76012
(183,96,18)
0 Favorites   0 Comments

Color spaces of #b76012

RGB 1839618
HSL0.080.820.39
HSV28°90°72°
CMYK 0.000.480.90   0.28
XYZ23.820518.47672.8831
Yxy18.47670.52720.4090
Hunter Lab42.984523.695426.1124
CIE-Lab50.069330.458354.3010

#b76012 color RGB value is (183,96,18).

#b76012 hex color red value is 183, green value is 96 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #b76012 hue: 0.08 , saturation: 0.82 and the lightness value of b76012 is 0.39.

The process color (four color CMYK) of #b76012 color hex is 0.00, 0.48, 0.90, 0.28. Web safe color of #b76012 is #cc6600. Color #b76012 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100000 00010010
Octal 267 140 22
Decimal 183 96 18
Hex B7 60 12

RGB Percentages of Color #b76012

%61.62
%32.32
%6.06

CMYK Percentages of Color #b76012

%0
%48
%90
%28

Triadic Colors of #b76012

#b76012 #12b760 #6012b7

Analogous Colors of #b76012

#b76012 #b7b312 #b71217

Monochromatic Colors of #b76012

#b76012

Complementary Color

#b76012 #1269b7

#b76012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76012 Color CSS Codes

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

#b76012 Text Font Color

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

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


#b76012 Background Color

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

This div background color is #b76012


#b76012 Border Color

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

This div border color is #b76012


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,96,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b76012; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b76012;
  -webkit-box-shadow: 1px 1px 3px 2px #b76012;
  box-shadow:         1px 1px 3px 2px #b76012; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,96,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76012


Comments

No comments written yet.

Please login to write comment.