Color Hex Logo

#bb777f Color Hex

#BB777F
(187,119,127)
0 Favorites   0 Comments

Color spaces of #bb777f

RGB 187119127
HSL0.980.330.60
HSV353°36°73°
CMYK 0.000.360.32   0.27
XYZ30.921125.290823.3306
Yxy25.29080.38870.3180
Hunter Lab50.290021.74447.6971
CIE-Lab57.357727.68476.7996

#bb777f color RGB value is (187,119,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110111 01111111
Octal 273 167 177
Decimal 187 119 127
Hex BB 77 7F

RGB Percentages of Color #bb777f

%43.19
%27.48
%29.33

CMYK Percentages of Color #bb777f

%0
%36
%32
%27

Triadic Colors of #bb777f

#bb777f #7fbb77 #777fbb

Analogous Colors of #bb777f

#bb777f #bb9177 #bb77a1

Monochromatic Colors of #bb777f

#bb777f

Complementary Color

#bb777f #77bbb3

#bb777f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb777f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb777f Color CSS Codes

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

#bb777f Text Font Color

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

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


#bb777f Background Color

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

This div background color is #bb777f


#bb777f Border Color

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

This div border color is #bb777f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb777f


Comments

No comments written yet.

Please login to write comment.