Shades of Turkish Rose #BB666C
Tints of Turkish Rose #BB666C
RGB
CMYK
RGB Variations
Color information
#BB666C (or 0xBB666C) is known color: 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
| RGB | 187 | 102 | 108 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.27 |
| HSL | 355.76º | 0.38% | 0.57% | - |
| HSV(B) | 355.76º | 0.45% | 0.73% | - |
| XYZ | 27.95 | 21.15 | 16.8 | - |
| YUV | 128.1 | 116.66 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 108 | 0 | 0.45 | 0.42 | 0.27 | 355.76 | 0.38 | 0.57 |
| Hex | BB | 66 | 6C | 0 | 2D | 2A | 1B | 164 | 26 | 39 |
| Octal | 273 | 146 | 154 | 0 | 55 | 52 | 33 | 544 | 46 | 71 |
| Binary | 10111011 | 1100110 | 1101100 | 0 | 101101 | 101010 | 11011 | 101100100 | 100110 | 111001 |
Color Harmonies of #BB666C
Complementary color
Monochromatic Colors of #BB666C
Black with #BB666C
Text Example
Text Example
White with #BB666C
Text Example
Text Example
HTML Codes & Css Web 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>