Shades of Turkish Rose #BB666E
Tints of Turkish Rose #BB666E
RGB
CMYK
RGB Variations
Color information
#BB666E (or 0xBB666E) is known color: Turkish Rose. HEX triplet: BB, 66 and 6E. RGB value is (187,102,110). Sum of RGB (Red+Green+Blue) = 187+102+110=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 110 (43.36% from 255 or 27.57% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB666E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB666E is #449991. Grayscale: #808080. Windows color (decimal): -4495762 or 7235259. OLE color: 7235259.
HSL color Cylindrical-coordinate representation of color #BB666E: hue angle of 354.35º 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 #BB666E is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 102 | 110 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.27 |
| HSL | 354.35º | 0.38% | 0.57% | - |
| HSV(B) | 354.35º | 0.45% | 0.73% | - |
| XYZ | 28.06 | 21.19 | 17.36 | - |
| YUV | 128.33 | 117.66 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 110 | 0 | 0.45 | 0.41 | 0.27 | 354.35 | 0.38 | 0.57 |
| Hex | BB | 66 | 6E | 0 | 2D | 29 | 1B | 162 | 26 | 39 |
| Octal | 273 | 146 | 156 | 0 | 55 | 51 | 33 | 542 | 46 | 71 |
| Binary | 10111011 | 1100110 | 1101110 | 0 | 101101 | 101001 | 11011 | 101100010 | 100110 | 111001 |
Color Harmonies of #BB666E
Complementary color
Monochromatic Colors of #BB666E
Black with #BB666E
Text Example
Text Example
White with #BB666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB666E; }
p { color: rgb(187,102,110); }
H1.HeaderClassName
{
color: #BB666E;
}
.AnyTagClassName
{
color: #BB666E;
}
</style>
background-color css
<style>
a { background-color: #BB666E; }
a { background-color: rgb(187,102,110); }
div.DivClassName
{
background-color: #BB666E;
}
.BgClassName
{
background-color: #BB666E;
}
</style>
border-color css
<style>
span { border-color: #BB666E; }
span { border-color: rgb(187,102,110); }
td.TdClassName
{
border-color: #BB666E;
}
.TagClassName
{
border-color: #BB666E;
}
</style>