Color Hex Logo

#b46020 Color Hex

#B46020
(180,96,32)
0 Favorites   0 Comments

Color spaces of #b46020

RGB 1809632
HSL0.070.700.42
HSV26°82°71°
CMYK 0.000.470.82   0.29
XYZ23.266018.17333.6481
Yxy18.17330.51600.4031
Hunter Lab42.630222.816124.7673
CIE-Lab49.705629.560448.8095

#b46020 color RGB value is (180,96,32).

#b46020 hex color red value is 180, green value is 96 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #b46020 hue: 0.07 , saturation: 0.70 and the lightness value of b46020 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100000 00100000
Octal 264 140 40
Decimal 180 96 32
Hex B4 60 20

RGB Percentages of Color #b46020

%58.44
%31.17
%10.39

CMYK Percentages of Color #b46020

%0
%47
%82
%29

Triadic Colors of #b46020

#b46020 #20b460 #6020b4

Analogous Colors of #b46020

#b46020 #b4aa20 #b4202a

Monochromatic Colors of #b46020

#b46020

Complementary Color

#b46020 #2074b4

#b46020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46020 Color CSS Codes

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

#b46020 Text Font Color

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

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


#b46020 Background Color

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

This div background color is #b46020


#b46020 Border Color

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

This div border color is #b46020


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,96,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46020


Comments

No comments written yet.

Please login to write comment.