Color Hex Logo

#b76000 Color Hex

#B76000
(183,96,0)
0 Favorites   0 Comments

Color spaces of #b76000

RGB 183960
HSL0.091.000.36
HSV31°100°72°
CMYK 0.000.481.00   0.28
XYZ23.711318.43302.3082
Yxy18.43300.53340.4147
Hunter Lab42.933723.447626.8660
CIE-Lab50.017130.200658.4705

#b76000 color RGB value is (183,96,0).

#b76000 hex color red value is 183, green value is 96 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #b76000 hue: 0.09 , saturation: 1.00 and the lightness value of b76000 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100000 00000000
Octal 267 140 0
Decimal 183 96 0
Hex B7 60 0

RGB Percentages of Color #b76000

%65.59
%34.41
%0.00

CMYK Percentages of Color #b76000

%0
%48
%100
%28

Triadic Colors of #b76000

#b76000 #00b760 #6000b7

Analogous Colors of #b76000

#b76000 #b3b700 #b70500

Monochromatic Colors of #b76000

#b76000

Complementary Color

#b76000 #0057b7

#b76000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76000 Color CSS Codes

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

#b76000 Text Font Color

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

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


#b76000 Background Color

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

This div background color is #b76000


#b76000 Border Color

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

This div border color is #b76000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76000


Comments

No comments written yet.

Please login to write comment.