Color Hex Logo

#b76522 Color Hex

#B76522
(183,101,34)
0 Favorites   0 Comments

Color spaces of #b76522

RGB 18310134
HSL0.070.690.43
HSV27°81°72°
CMYK 0.000.450.81   0.28
XYZ24.470919.49013.9856
Yxy19.49010.51040.4065
Hunter Lab44.147621.683825.5507
CIE-Lab51.255728.187649.5521

#b76522 color RGB value is (183,101,34).

#b76522 hex color red value is 183, green value is 101 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #b76522 hue: 0.07 , saturation: 0.69 and the lightness value of b76522 is 0.43.

The process color (four color CMYK) of #b76522 color hex is 0.00, 0.45, 0.81, 0.28. Web safe color of #b76522 is #cc6633. Color #b76522 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100101 00100010
Octal 267 145 42
Decimal 183 101 34
Hex B7 65 22

RGB Percentages of Color #b76522

%57.55
%31.76
%10.69

CMYK Percentages of Color #b76522

%0
%45
%81
%28

Triadic Colors of #b76522

#b76522 #22b765 #6522b7

Analogous Colors of #b76522

#b76522 #b7b022 #b72229

Monochromatic Colors of #b76522

#b76522

Complementary Color

#b76522 #2274b7

#b76522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76522 Color CSS Codes

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

#b76522 Text Font Color

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

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


#b76522 Background Color

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

This div background color is #b76522


#b76522 Border Color

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

This div border color is #b76522


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76522


Comments

No comments written yet.

Please login to write comment.