Color Hex Logo

#b46841 Color Hex

#B46841
(180,104,65)
0 Favorites   0 Comments

Color spaces of #b46841

RGB 18010465
HSL0.060.470.48
HSV20°64°71°
CMYK 0.000.420.64   0.29
XYZ24.726819.98567.5554
Yxy19.98560.47310.3824
Hunter Lab44.705320.495421.2734
CIE-Lab51.820926.856434.7470

#b46841 color RGB value is (180,104,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101000 01000001
Octal 264 150 101
Decimal 180 104 65
Hex B4 68 41

RGB Percentages of Color #b46841

%51.58
%29.80
%18.62

CMYK Percentages of Color #b46841

%0
%42
%64
%29

Triadic Colors of #b46841

#b46841 #41b468 #6841b4

Analogous Colors of #b46841

#b46841 #b4a241 #b44153

Monochromatic Colors of #b46841

#b46841

Complementary Color

#b46841 #418db4

#b46841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46841 Color CSS Codes

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

#b46841 Text Font Color

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

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


#b46841 Background Color

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

This div background color is #b46841


#b46841 Border Color

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

This div border color is #b46841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46841


Comments

No comments written yet.

Please login to write comment.