Color Hex Logo

#b46227 Color Hex

#B46227
(180,98,39)
0 Favorites   0 Comments

Color spaces of #b46227

RGB 1809839
HSL0.070.640.43
HSV25°78°71°
CMYK 0.000.460.78   0.29
XYZ23.556318.58514.2652
Yxy18.58510.50760.4005
Hunter Lab43.110422.092324.3114
CIE-Lab50.198228.732746.2109

#b46227 color RGB value is (180,98,39).

#b46227 hex color red value is 180, green value is 98 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #b46227 hue: 0.07 , saturation: 0.64 and the lightness value of b46227 is 0.43.

The process color (four color CMYK) of #b46227 color hex is 0.00, 0.46, 0.78, 0.29. Web safe color of #b46227 is #cc6633. Color #b46227 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100010 00100111
Octal 264 142 47
Decimal 180 98 39
Hex B4 62 27

RGB Percentages of Color #b46227

%56.78
%30.91
%12.30

CMYK Percentages of Color #b46227

%0
%46
%78
%29

Triadic Colors of #b46227

#b46227 #27b462 #6227b4

Analogous Colors of #b46227

#b46227 #b4a927 #b42733

Monochromatic Colors of #b46227

#b46227

Complementary Color

#b46227 #2779b4

#b46227 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46227 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46227 Color CSS Codes

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

#b46227 Text Font Color

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

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


#b46227 Background Color

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

This div background color is #b46227


#b46227 Border Color

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

This div border color is #b46227


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46227


Comments

No comments written yet.

Please login to write comment.