Color Hex Logo

#b6947c Color Hex

#B6947C
(182,148,124)
0 Favorites   0 Comments

Color spaces of #b6947c

RGB 182148124
HSL0.070.280.60
HSV25°32°71°
CMYK 0.000.190.32   0.29
XYZ33.519432.580123.5907
Yxy32.58010.37370.3633
Hunter Lab57.07904.935215.4508
CIE-Lab63.81959.206417.4975

#b6947c color RGB value is (182,148,124).

#b6947c hex color red value is 182, green value is 148 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #b6947c hue: 0.07 , saturation: 0.28 and the lightness value of b6947c is 0.60.

The process color (four color CMYK) of #b6947c color hex is 0.00, 0.19, 0.32, 0.29. Web safe color of #b6947c is #cc9966. Color #b6947c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010100 01111100
Octal 266 224 174
Decimal 182 148 124
Hex B6 94 7C

RGB Percentages of Color #b6947c

%40.09
%32.60
%27.31

CMYK Percentages of Color #b6947c

%0
%19
%32
%29

Triadic Colors of #b6947c

#b6947c #7cb694 #947cb6

Analogous Colors of #b6947c

#b6947c #b6b17c #b67c81

Monochromatic Colors of #b6947c

#b6947c

Complementary Color

#b6947c #7c9eb6

#b6947c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6947c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6947c Color CSS Codes

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

#b6947c Text Font Color

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

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


#b6947c Background Color

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

This div background color is #b6947c


#b6947c Border Color

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

This div border color is #b6947c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,148,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6947c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6947c;
  -webkit-box-shadow: 1px 1px 3px 2px #b6947c;
  box-shadow:         1px 1px 3px 2px #b6947c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,148,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6947c

#b6947c Color Palettes


Comments

No comments written yet.

Please login to write comment.