Color Hex Logo

#b65621 Color Hex

#B65621
(182,86,33)
0 Favorites   0 Comments

Color spaces of #b65621

RGB 1828633
HSL0.060.690.42
HSV21°82°71°
CMYK 0.000.530.82   0.29
XYZ22.893716.71053.4577
Yxy16.71050.53160.3881
Hunter Lab40.878528.430323.5999
CIE-Lab47.893235.695446.8263

#b65621 color RGB value is (182,86,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010110 00100001
Octal 266 126 41
Decimal 182 86 33
Hex B6 56 21

RGB Percentages of Color #b65621

%60.47
%28.57
%10.96

CMYK Percentages of Color #b65621

%0
%53
%82
%29

Triadic Colors of #b65621

#b65621 #21b656 #5621b6

Analogous Colors of #b65621

#b65621 #b6a121 #b62137

Monochromatic Colors of #b65621

#b65621

Complementary Color

#b65621 #2181b6

#b65621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65621 Color CSS Codes

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

#b65621 Text Font Color

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

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


#b65621 Background Color

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

This div background color is #b65621


#b65621 Border Color

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

This div border color is #b65621


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,86,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 #b65621">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65621


Comments

No comments written yet.

Please login to write comment.