#BB666C

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

Shades of Turkish Rose #BB666C

Tints of Turkish Rose #BB666C

Color information

#BB666C (or 0xBB666C) is unknown color: approx Turkish Rose. HEX triplet: BB, 66 and 6C. RGB value is (187,102,108). Sum of RGB (Red+Green+Blue) = 187+102+108=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB666C is #449993. Grayscale: #808080. Windows color (decimal): -4495764 or 7104187. OLE color: 7104187.

HSL color Cylindrical-coordinate representation of color #BB666C: hue angle of 355.76º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB666C is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB187102108-
CMYK00.450.420.27
HSL355.76º38.46%56.67%-
HSV(B)355.76º45.45%73.33%-
XYZ27.9521.1516.8-
YUV128.1116.66170.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.10%
GREEN value IS 102 (40.23% from 255) = 25.69%
BLUE value IS 108 (42.58% from 255) = 27.20%
R=47.10%
G=25.69%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710210800.450.420.27355.7638.4656.67
HexBB666C02D2A1B1642639
Octal27314615405552335444671
Binary1011101111001101101100010110110101011011101100100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB666C; }

 p { color: rgb(187,102,108); }

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

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

 a { background-color: rgb(187,102,108); }

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

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

 span { border-color: rgb(187,102,108); }

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