Shades of Turkish Rose #B6666F
Tints of Turkish Rose #B6666F
RGB
CMYK
RGB Variations
Color information
#B6666F (or 0xB6666F) is known color: Turkish Rose. HEX triplet: B6, 66 and 6F. RGB value is (182,102,111). Sum of RGB (Red+Green+Blue) = 182+102+111=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B6666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6666F is #499990. Grayscale: #7E7E7E. Windows color (decimal): -4823441 or 7300790. OLE color: 7300790.
HSL color Cylindrical-coordinate representation of color #B6666F: hue angle of 353.25º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B6666F is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 102 | 111 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.29 |
| HSL | 353.25º | 0.35% | 0.56% | - |
| HSV(B) | 353.25º | 0.44% | 0.71% | - |
| XYZ | 26.91 | 20.6 | 17.6 | - |
| YUV | 126.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 102 | 111 | 0 | 0.44 | 0.39 | 0.29 | 353.25 | 0.35 | 0.56 |
| Hex | B6 | 66 | 6F | 0 | 2C | 27 | 1D | 161 | 23 | 38 |
| Octal | 266 | 146 | 157 | 0 | 54 | 47 | 35 | 541 | 43 | 70 |
| Binary | 10110110 | 1100110 | 1101111 | 0 | 101100 | 100111 | 11101 | 101100001 | 100011 | 111000 |
Color Harmonies of #B6666F
Complementary color
Monochromatic Colors of #B6666F
Black with #B6666F
Text Example
Text Example
White with #B6666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6666F; }
p { color: rgb(182,102,111); }
H1.HeaderClassName
{
color: #B6666F;
}
.AnyTagClassName
{
color: #B6666F;
}
</style>
background-color css
<style>
a { background-color: #B6666F; }
a { background-color: rgb(182,102,111); }
div.DivClassName
{
background-color: #B6666F;
}
.BgClassName
{
background-color: #B6666F;
}
</style>
border-color css
<style>
span { border-color: #B6666F; }
span { border-color: rgb(182,102,111); }
td.TdClassName
{
border-color: #B6666F;
}
.TagClassName
{
border-color: #B6666F;
}
</style>