Color Hex Logo

#b46064 Color Hex

#B46064
(180,96,100)
0 Favorites   0 Comments

Color spaces of #b46064

RGB 18096100
HSL0.990.360.54
HSV357°47°71°
CMYK 0.000.470.44   0.29
XYZ25.305518.989114.3881
Yxy18.98910.43120.3236
Hunter Lab43.576527.398710.9271
CIE-Lab50.674534.269013.0864

#b46064 color RGB value is (180,96,100).

#b46064 hex color red value is 180, green value is 96 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #b46064 hue: 0.99 , saturation: 0.36 and the lightness value of b46064 is 0.54.

The process color (four color CMYK) of #b46064 color hex is 0.00, 0.47, 0.44, 0.29. Web safe color of #b46064 is #cc6666. Color #b46064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100000 01100100
Octal 264 140 144
Decimal 180 96 100
Hex B4 60 64

RGB Percentages of Color #b46064

%47.87
%25.53
%26.60

CMYK Percentages of Color #b46064

%0
%47
%44
%29

Triadic Colors of #b46064

#b46064 #64b460 #6064b4

Analogous Colors of #b46064

#b46064 #b48660 #b4608e

Monochromatic Colors of #b46064

#b46064

Complementary Color

#b46064 #60b4b0

#b46064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46064 Color CSS Codes

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

#b46064 Text Font Color

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

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


#b46064 Background Color

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

This div background color is #b46064


#b46064 Border Color

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

This div border color is #b46064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46064


Comments

No comments written yet.

Please login to write comment.