Color Hex Logo

#b46961 Color Hex

#B46961
(180,105,97)
0 Favorites   0 Comments

Color spaces of #b46961

RGB 18010597
HSL0.020.360.54
HSV46°71°
CMYK 0.000.420.46   0.29
XYZ26.031620.669513.9269
Yxy20.66950.42940.3409
Hunter Lab45.463722.643913.6623
CIE-Lab52.585929.077617.4822

#b46961 color RGB value is (180,105,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101001 01100001
Octal 264 151 141
Decimal 180 105 97
Hex B4 69 61

RGB Percentages of Color #b46961

%47.12
%27.49
%25.39

CMYK Percentages of Color #b46961

%0
%42
%46
%29

Triadic Colors of #b46961

#b46961 #61b469 #6961b4

Analogous Colors of #b46961

#b46961 #b49361 #b46183

Monochromatic Colors of #b46961

#b46961

Complementary Color

#b46961 #61acb4

#b46961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46961 Color CSS Codes

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

#b46961 Text Font Color

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

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


#b46961 Background Color

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

This div background color is #b46961


#b46961 Border Color

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

This div border color is #b46961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46961


Comments

No comments written yet.

Please login to write comment.