Shades of Turkish Rose #B66E6F
Tints of Turkish Rose #B66E6F
RGB
CMYK
RGB Variations
Color information
#B66E6F (or 0xB66E6F) is known color: Turkish Rose. HEX triplet: B6, 6E and 6F. RGB value is (182,110,111). Sum of RGB (Red+Green+Blue) = 182+110+111=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66E6F is #499190. Grayscale: #838383. Windows color (decimal): -4821393 or 7302838. OLE color: 7302838.
HSL color Cylindrical-coordinate representation of color #B66E6F: hue angle of 359.17º 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 #B66E6F is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 110 | 111 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.29 |
| HSL | 359.17º | 0.33% | 0.57% | - |
| HSV(B) | 359.17º | 0.4% | 0.71% | - |
| XYZ | 27.74 | 22.24 | 17.87 | - |
| YUV | 131.64 | 116.35 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 110 | 111 | 0 | 0.40 | 0.39 | 0.29 | 359.17 | 0.33 | 0.57 |
| Hex | B6 | 6E | 6F | 0 | 28 | 27 | 1D | 167 | 21 | 39 |
| Octal | 266 | 156 | 157 | 0 | 50 | 47 | 35 | 547 | 41 | 71 |
| Binary | 10110110 | 1101110 | 1101111 | 0 | 101000 | 100111 | 11101 | 101100111 | 100001 | 111001 |
Color Harmonies of #B66E6F
Complementary color
Monochromatic Colors of #B66E6F
Black with #B66E6F
Text Example
Text Example
White with #B66E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66E6F; }
p { color: rgb(182,110,111); }
H1.HeaderClassName
{
color: #B66E6F;
}
.AnyTagClassName
{
color: #B66E6F;
}
</style>
background-color css
<style>
a { background-color: #B66E6F; }
a { background-color: rgb(182,110,111); }
div.DivClassName
{
background-color: #B66E6F;
}
.BgClassName
{
background-color: #B66E6F;
}
</style>
border-color css
<style>
span { border-color: #B66E6F; }
span { border-color: rgb(182,110,111); }
td.TdClassName
{
border-color: #B66E6F;
}
.TagClassName
{
border-color: #B66E6F;
}
</style>