Color Hex Logo

#bb797f Color Hex

#BB797F
(187,121,127)
0 Favorites   0 Comments

Color spaces of #bb797f

RGB 187121127
HSL0.980.330.60
HSV355°35°73°
CMYK 0.000.350.32   0.27
XYZ31.161725.771823.4107
Yxy25.77180.38790.3208
Hunter Lab50.765920.72848.1946
CIE-Lab57.819826.58237.4595

#bb797f color RGB value is (187,121,127).

#bb797f hex color red value is 187, green value is 121 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bb797f hue: 0.98 , saturation: 0.33 and the lightness value of bb797f is 0.60.

The process color (four color CMYK) of #bb797f color hex is 0.00, 0.35, 0.32, 0.27. Web safe color of #bb797f is #cc6666. Color #bb797f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111001 01111111
Octal 273 171 177
Decimal 187 121 127
Hex BB 79 7F

RGB Percentages of Color #bb797f

%42.99
%27.82
%29.20

CMYK Percentages of Color #bb797f

%0
%35
%32
%27

Triadic Colors of #bb797f

#bb797f #7fbb79 #797fbb

Analogous Colors of #bb797f

#bb797f #bb9479 #bb79a0

Monochromatic Colors of #bb797f

#bb797f

Complementary Color

#bb797f #79bbb5

#bb797f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb797f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb797f Color CSS Codes

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

#bb797f Text Font Color

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

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


#bb797f Background Color

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

This div background color is #bb797f


#bb797f Border Color

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

This div border color is #bb797f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,121,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb797f


Comments

No comments written yet.

Please login to write comment.