#BB7677

Color #BB7677 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #BB7677

Tints of Turkish Rose #BB7677

Color information

#BB7677 (or 0xBB7677) is unknown color: approx Turkish Rose. HEX triplet: BB, 76 and 77. RGB value is (187,118,119). Sum of RGB (Red+Green+Blue) = 187+118+119=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7677 is #448988. Grayscale: #8A8A8A. Windows color (decimal): -4491657 or 7829179. OLE color: 7829179.

HSL color Cylindrical-coordinate representation of color #BB7677: hue angle of 359.13º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB7677 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB187118119-
CMYK00.370.360.27
HSL359.13º33.66%59.8%-
HSV(B)359.13º36.9%73.33%-
XYZ30.324.8520.65-
YUV138.74116.86162.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 44.10%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 119 (46.88% from 255) = 28.07%
R=44.10%
G=27.83%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711811900.370.360.27359.1333.6659.8
HexBB7677025241B167223c
Octal27316616704544335474274
Binary1011101111101101110111010010110010011011101100111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7677; }

 p { color: rgb(187,118,119); }

 H1.HeaderClassName
 {
   color: #BB7677;
 }
 .AnyTagClassName
 {
   color: #BB7677;
 }
</style>
background-color css

<style>
 a { background-color: #BB7677; }

 a { background-color: rgb(187,118,119); }

 div.DivClassName
 {
   background-color: #BB7677;
 }
 .BgClassName
 {
   background-color: #BB7677;
 }
</style>
border-color css

<style>
 span { border-color: #BB7677; }

 span { border-color: rgb(187,118,119); }

 td.TdClassName
 {
   border-color: #BB7677;
 }
 .TagClassName
 {
   border-color: #BB7677;
 }
</style>