Color Hex Logo

#b46967 Color Hex

#B46967
(180,105,103)
0 Favorites   0 Comments

Color spaces of #b46967

RGB 180105103
HSL0.000.340.55
HSV43°71°
CMYK 0.000.420.43   0.29
XYZ26.322120.785715.4567
Yxy20.78570.42070.3322
Hunter Lab45.591323.271911.8130
CIE-Lab52.714229.728114.1412

#b46967 color RGB value is (180,105,103).

#b46967 hex color red value is 180, green value is 105 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #b46967 hue: 0.00 , saturation: 0.34 and the lightness value of b46967 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01101001 01100111
Octal 264 151 147
Decimal 180 105 103
Hex B4 69 67

RGB Percentages of Color #b46967

%46.39
%27.06
%26.55

CMYK Percentages of Color #b46967

%0
%42
%43
%29

Triadic Colors of #b46967

#b46967 #67b469 #6967b4

Analogous Colors of #b46967

#b46967 #b49067 #b4678c

Monochromatic Colors of #b46967

#b46967

Complementary Color

#b46967 #67b2b4

#b46967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46967 Color CSS Codes

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

#b46967 Text Font Color

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

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


#b46967 Background Color

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

This div background color is #b46967


#b46967 Border Color

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

This div border color is #b46967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46967


Comments

No comments written yet.

Please login to write comment.