Shades of Turkish Rose #B66E76
Tints of Turkish Rose #B66E76
RGB
CMYK
RGB Variations
Color information
#B66E76 (or 0xB66E76) is known color: Turkish Rose. HEX triplet: B6, 6E and 76. RGB value is (182,110,118). Sum of RGB (Red+Green+Blue) = 182+110+118=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66E76 is #499189. Grayscale: #848484. Windows color (decimal): -4821386 or 7761590. OLE color: 7761590.
HSL color Cylindrical-coordinate representation of color #B66E76: hue angle of 353.33º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B66E76 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 110 | 118 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.29 |
| HSL | 353.33º | 0.33% | 0.57% | - |
| HSV(B) | 353.33º | 0.4% | 0.71% | - |
| XYZ | 28.14 | 22.4 | 19.98 | - |
| YUV | 132.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 110 | 118 | 0 | 0.40 | 0.35 | 0.29 | 353.33 | 0.33 | 0.57 |
| Hex | B6 | 6E | 76 | 0 | 28 | 23 | 1D | 161 | 21 | 39 |
| Octal | 266 | 156 | 166 | 0 | 50 | 43 | 35 | 541 | 41 | 71 |
| Binary | 10110110 | 1101110 | 1110110 | 0 | 101000 | 100011 | 11101 | 101100001 | 100001 | 111001 |
Color Harmonies of #B66E76
Complementary color
Monochromatic Colors of #B66E76
Black with #B66E76
Text Example
Text Example
White with #B66E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66E76; }
p { color: rgb(182,110,118); }
H1.HeaderClassName
{
color: #B66E76;
}
.AnyTagClassName
{
color: #B66E76;
}
</style>
background-color css
<style>
a { background-color: #B66E76; }
a { background-color: rgb(182,110,118); }
div.DivClassName
{
background-color: #B66E76;
}
.BgClassName
{
background-color: #B66E76;
}
</style>
border-color css
<style>
span { border-color: #B66E76; }
span { border-color: rgb(182,110,118); }
td.TdClassName
{
border-color: #B66E76;
}
.TagClassName
{
border-color: #B66E76;
}
</style>