Color Hex Logo

#b76501 Color Hex

#B76501
(183,101,1)
0 Favorites   0 Comments

Color spaces of #b76501

RGB 1831011
HSL0.090.990.36
HSV33°99°72°
CMYK 0.000.450.99   0.28
XYZ24.187619.37682.4940
Yxy19.37680.52520.4207
Hunter Lab44.019121.048727.4542
CIE-Lab51.125227.518258.9338

#b76501 color RGB value is (183,101,1).

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

The process color (four color CMYK) of #b76501 color hex is 0.00, 0.45, 0.99, 0.28. Web safe color of #b76501 is #cc6600. Color #b76501 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100101 00000001
Octal 267 145 1
Decimal 183 101 1
Hex B7 65 1

RGB Percentages of Color #b76501

%64.21
%35.44
%0.35

CMYK Percentages of Color #b76501

%0
%45
%99
%28

Triadic Colors of #b76501

#b76501 #01b765 #6501b7

Analogous Colors of #b76501

#b76501 #aeb701 #b70a01

Monochromatic Colors of #b76501

#b76501

Complementary Color

#b76501 #0153b7

#b76501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76501 Color CSS Codes

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

#b76501 Text Font Color

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

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


#b76501 Background Color

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

This div background color is #b76501


#b76501 Border Color

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

This div border color is #b76501


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76501


Comments

No comments written yet.

Please login to write comment.