Color Hex Logo

#bd979b Color Hex

#BD979B
(189,151,155)
0 Favorites   0 Comments

Color spaces of #bd979b

RGB 189151155
HSL0.980.220.67
HSV354°20°74°
CMYK 0.000.200.18   0.26
XYZ37.969335.318635.8263
Yxy35.31860.34800.3237
Hunter Lab59.429510.04165.8584
CIE-Lab65.996014.81233.2988

#bd979b color RGB value is (189,151,155).

#bd979b hex color red value is 189, green value is 151 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bd979b hue: 0.98 , saturation: 0.22 and the lightness value of bd979b is 0.67.

The process color (four color CMYK) of #bd979b color hex is 0.00, 0.20, 0.18, 0.26. Web safe color of #bd979b is #cc9999. Color #bd979b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010111 10011011
Octal 275 227 233
Decimal 189 151 155
Hex BD 97 9B

RGB Percentages of Color #bd979b

%38.18
%30.51
%31.31

CMYK Percentages of Color #bd979b

%0
%20
%18
%26

Triadic Colors of #bd979b

#bd979b #9bbd97 #979bbd

Analogous Colors of #bd979b

#bd979b #bda697 #bd97ae

Monochromatic Colors of #bd979b

#bd979b

Complementary Color

#bd979b #97bdb9

#bd979b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd979b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd979b Color CSS Codes

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

#bd979b Text Font Color

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

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


#bd979b Background Color

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

This div background color is #bd979b


#bd979b Border Color

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

This div border color is #bd979b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd979b


Comments

No comments written yet.

Please login to write comment.