Color Hex Logo

#b46421 Color Hex

#B46421
(180,100,33)
0 Favorites   0 Comments

Color spaces of #b46421

RGB 18010033
HSL0.080.690.42
HSV27°82°71°
CMYK 0.000.440.82   0.29
XYZ23.654118.92743.8455
Yxy18.92740.50950.4077
Hunter Lab43.505620.916025.2132
CIE-Lab50.602227.425649.2126

#b46421 color RGB value is (180,100,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100100 00100001
Octal 264 144 41
Decimal 180 100 33
Hex B4 64 21

RGB Percentages of Color #b46421

%57.51
%31.95
%10.54

CMYK Percentages of Color #b46421

%0
%44
%82
%29

Triadic Colors of #b46421

#b46421 #21b464 #6421b4

Analogous Colors of #b46421

#b46421 #b4ae21 #b42127

Monochromatic Colors of #b46421

#b46421

Complementary Color

#b46421 #2171b4

#b46421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46421 Color CSS Codes

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

#b46421 Text Font Color

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

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


#b46421 Background Color

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

This div background color is #b46421


#b46421 Border Color

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

This div border color is #b46421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46421


Comments

No comments written yet.

Please login to write comment.