Color Hex Logo

#bd797b Color Hex

#BD797B
(189,121,123)
0 Favorites   0 Comments

Color spaces of #bd797b

RGB 189121123
HSL1.000.340.61
HSV358°36°74°
CMYK 0.000.360.35   0.26
XYZ31.398825.923622.0878
Yxy25.92360.39540.3265
Hunter Lab50.915220.97719.9198
CIE-Lab57.964526.831010.0097

#bd797b color RGB value is (189,121,123).

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

The process color (four color CMYK) of #bd797b color hex is 0.00, 0.36, 0.35, 0.26. Web safe color of #bd797b is #cc6666. Color #bd797b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111001 01111011
Octal 275 171 173
Decimal 189 121 123
Hex BD 79 7B

RGB Percentages of Color #bd797b

%43.65
%27.94
%28.41

CMYK Percentages of Color #bd797b

%0
%36
%35
%26

Triadic Colors of #bd797b

#bd797b #7bbd79 #797bbd

Analogous Colors of #bd797b

#bd797b #bd9979 #bd799d

Monochromatic Colors of #bd797b

#bd797b

Complementary Color

#bd797b #79bdbb

#bd797b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd797b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd797b Color CSS Codes

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

#bd797b Text Font Color

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

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


#bd797b Background Color

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

This div background color is #bd797b


#bd797b Border Color

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

This div border color is #bd797b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,121,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 #bd797b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd797b


Comments

No comments written yet.

Please login to write comment.