Color Hex Logo

#b65521 Color Hex

#B65521
(182,85,33)
0 Favorites   0 Comments

Color spaces of #b65521

RGB 1828533
HSL0.060.690.42
HSV21°82°71°
CMYK 0.000.530.82   0.29
XYZ22.814416.55193.4312
Yxy16.55190.53310.3867
Hunter Lab40.684028.900523.4784
CIE-Lab47.690436.209946.6389

#b65521 color RGB value is (182,85,33).

#b65521 hex color red value is 182, green value is 85 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #b65521 hue: 0.06 , saturation: 0.69 and the lightness value of b65521 is 0.42.

The process color (four color CMYK) of #b65521 color hex is 0.00, 0.53, 0.82, 0.29. Web safe color of #b65521 is #cc6633. Color #b65521 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010101 00100001
Octal 266 125 41
Decimal 182 85 33
Hex B6 55 21

RGB Percentages of Color #b65521

%60.67
%28.33
%11.00

CMYK Percentages of Color #b65521

%0
%53
%82
%29

Triadic Colors of #b65521

#b65521 #21b655 #5521b6

Analogous Colors of #b65521

#b65521 #b6a021 #b62138

Monochromatic Colors of #b65521

#b65521

Complementary Color

#b65521 #2182b6

#b65521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65521 Color CSS Codes

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

#b65521 Text Font Color

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

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


#b65521 Background Color

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

This div background color is #b65521


#b65521 Border Color

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

This div border color is #b65521


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,85,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b65521; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b65521;
  -webkit-box-shadow: 1px 1px 3px 2px #b65521;
  box-shadow:         1px 1px 3px 2px #b65521; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,85,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65521


Comments

No comments written yet.

Please login to write comment.