Color Hex Logo

#b76505 Color Hex

#B76505
(183,101,5)
0 Favorites   0 Comments

Color spaces of #b76505

RGB 1831015
HSL0.090.950.37
HSV32°97°72°
CMYK 0.000.450.97   0.28
XYZ24.209519.38562.6094
Yxy19.38560.52400.4196
Hunter Lab44.029121.097827.3065
CIE-Lab51.135327.570058.0885

#b76505 color RGB value is (183,101,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100101 00000101
Octal 267 145 5
Decimal 183 101 5
Hex B7 65 5

RGB Percentages of Color #b76505

%63.32
%34.95
%1.73

CMYK Percentages of Color #b76505

%0
%45
%97
%28

Triadic Colors of #b76505

#b76505 #05b765 #6505b7

Analogous Colors of #b76505

#b76505 #b0b705 #b70c05

Monochromatic Colors of #b76505

#b76505

Complementary Color

#b76505 #0557b7

#b76505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76505 Color CSS Codes

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

#b76505 Text Font Color

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

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


#b76505 Background Color

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

This div background color is #b76505


#b76505 Border Color

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

This div border color is #b76505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76505


Comments

No comments written yet.

Please login to write comment.