Color Hex Logo

#bd947b Color Hex

#BD947B
(189,148,123)
0 Favorites   0 Comments

Color spaces of #bd947b

RGB 189148123
HSL0.060.330.61
HSV23°35°74°
CMYK 0.000.220.35   0.26
XYZ35.151333.428723.3386
Yxy33.42870.38240.3637
Hunter Lab57.81767.341816.5393
CIE-Lab64.506511.887019.1115

#bd947b color RGB value is (189,148,123).

#bd947b hex color red value is 189, green value is 148 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bd947b hue: 0.06 , saturation: 0.33 and the lightness value of bd947b is 0.61.

The process color (four color CMYK) of #bd947b color hex is 0.00, 0.22, 0.35, 0.26. Web safe color of #bd947b is #cc9966. Color #bd947b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010100 01111011
Octal 275 224 173
Decimal 189 148 123
Hex BD 94 7B

RGB Percentages of Color #bd947b

%41.09
%32.17
%26.74

CMYK Percentages of Color #bd947b

%0
%22
%35
%26

Triadic Colors of #bd947b

#bd947b #7bbd94 #947bbd

Analogous Colors of #bd947b

#bd947b #bdb57b #bd7b83

Monochromatic Colors of #bd947b

#bd947b

Complementary Color

#bd947b #7ba4bd

#bd947b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd947b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd947b Color CSS Codes

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

#bd947b Text Font Color

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

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


#bd947b Background Color

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

This div background color is #bd947b


#bd947b Border Color

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

This div border color is #bd947b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd947b


Comments

No comments written yet.

Please login to write comment.