Color Hex Logo

#b46147 Color Hex

#B46147
(180,97,71)
0 Favorites   0 Comments

Color spaces of #b46147

RGB 1809771
HSL0.040.430.49
HSV14°61°71°
CMYK 0.000.460.61   0.29
XYZ24.234418.70768.2949
Yxy18.70760.47300.3651
Hunter Lab43.252324.322718.9060
CIE-Lab50.343331.092329.6011

#b46147 color RGB value is (180,97,71).

#b46147 hex color red value is 180, green value is 97 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #b46147 hue: 0.04 , saturation: 0.43 and the lightness value of b46147 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100001 01000111
Octal 264 141 107
Decimal 180 97 71
Hex B4 61 47

RGB Percentages of Color #b46147

%51.72
%27.87
%20.40

CMYK Percentages of Color #b46147

%0
%46
%61
%29

Triadic Colors of #b46147

#b46147 #47b461 #6147b4

Analogous Colors of #b46147

#b46147 #b49847 #b44763

Monochromatic Colors of #b46147

#b46147

Complementary Color

#b46147 #479ab4

#b46147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46147 Color CSS Codes

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

#b46147 Text Font Color

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

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


#b46147 Background Color

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

This div background color is #b46147


#b46147 Border Color

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

This div border color is #b46147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46147


Comments

No comments written yet.

Please login to write comment.