Color Hex Logo

#b46941 Color Hex

#B46941
(180,105,65)
0 Favorites   0 Comments

Color spaces of #b46941

RGB 18010565
HSL0.060.470.48
HSV21°64°71°
CMYK 0.000.420.64   0.29
XYZ24.828120.18817.5891
Yxy20.18810.47200.3838
Hunter Lab44.931220.006121.4374
CIE-Lab52.049226.307735.0186

#b46941 color RGB value is (180,105,65).

#b46941 hex color red value is 180, green value is 105 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #b46941 hue: 0.06 , saturation: 0.47 and the lightness value of b46941 is 0.48.

The process color (four color CMYK) of #b46941 color hex is 0.00, 0.42, 0.64, 0.29. Web safe color of #b46941 is #cc6633. Color #b46941 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101001 01000001
Octal 264 151 101
Decimal 180 105 65
Hex B4 69 41

RGB Percentages of Color #b46941

%51.43
%30.00
%18.57

CMYK Percentages of Color #b46941

%0
%42
%64
%29

Triadic Colors of #b46941

#b46941 #41b469 #6941b4

Analogous Colors of #b46941

#b46941 #b4a341 #b44153

Monochromatic Colors of #b46941

#b46941

Complementary Color

#b46941 #418cb4

#b46941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46941 Color CSS Codes

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

#b46941 Text Font Color

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

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


#b46941 Background Color

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

This div background color is #b46941


#b46941 Border Color

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

This div border color is #b46941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46941


Comments

No comments written yet.

Please login to write comment.