Color Hex Logo

#b46259 Color Hex

#B46259
(180,98,89)
0 Favorites   0 Comments

Color spaces of #b46259

RGB 1809889
HSL0.020.380.53
HSV51°71°
CMYK 0.000.460.51   0.29
XYZ24.993219.159911.8321
Yxy19.15990.44640.3422
Hunter Lab43.772025.319914.6136
CIE-Lab50.873832.081219.8596

#b46259 color RGB value is (180,98,89).

#b46259 hex color red value is 180, green value is 98 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #b46259 hue: 0.02 , saturation: 0.38 and the lightness value of b46259 is 0.53.

The process color (four color CMYK) of #b46259 color hex is 0.00, 0.46, 0.51, 0.29. Web safe color of #b46259 is #cc6666. Color #b46259 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100010 01011001
Octal 264 142 131
Decimal 180 98 89
Hex B4 62 59

RGB Percentages of Color #b46259

%49.05
%26.70
%24.25

CMYK Percentages of Color #b46259

%0
%46
%51
%29

Triadic Colors of #b46259

#b46259 #59b462 #6259b4

Analogous Colors of #b46259

#b46259 #b49059 #b4597e

Monochromatic Colors of #b46259

#b46259

Complementary Color

#b46259 #59abb4

#b46259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46259 Color CSS Codes

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

#b46259 Text Font Color

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

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


#b46259 Background Color

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

This div background color is #b46259


#b46259 Border Color

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

This div border color is #b46259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46259


Comments

No comments written yet.

Please login to write comment.