Shades of Turkish Rose #B66A77
Tints of Turkish Rose #B66A77
RGB
CMYK
RGB Variations
Color information
#B66A77 (or 0xB66A77) is known color: Turkish Rose. HEX triplet: B6, 6A and 77. RGB value is (182,106,119). Sum of RGB (Red+Green+Blue) = 182+106+119=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66A77 is #499588. Grayscale: #828282. Windows color (decimal): -4822409 or 7826102. OLE color: 7826102.
HSL color Cylindrical-coordinate representation of color #B66A77: hue angle of 349.74º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B66A77 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 106 | 119 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.29 |
| HSL | 349.74º | 0.34% | 0.56% | - |
| HSV(B) | 349.74º | 0.42% | 0.71% | - |
| XYZ | 27.78 | 21.59 | 20.16 | - |
| YUV | 130.21 | 121.68 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 106 | 119 | 0 | 0.42 | 0.35 | 0.29 | 349.74 | 0.34 | 0.56 |
| Hex | B6 | 6A | 77 | 0 | 2A | 23 | 1D | 15E | 22 | 38 |
| Octal | 266 | 152 | 167 | 0 | 52 | 43 | 35 | 536 | 42 | 70 |
| Binary | 10110110 | 1101010 | 1110111 | 0 | 101010 | 100011 | 11101 | 101011110 | 100010 | 111000 |
Color Harmonies of #B66A77
Complementary color
Monochromatic Colors of #B66A77
Black with #B66A77
Text Example
Text Example
White with #B66A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66A77; }
p { color: rgb(182,106,119); }
H1.HeaderClassName
{
color: #B66A77;
}
.AnyTagClassName
{
color: #B66A77;
}
</style>
background-color css
<style>
a { background-color: #B66A77; }
a { background-color: rgb(182,106,119); }
div.DivClassName
{
background-color: #B66A77;
}
.BgClassName
{
background-color: #B66A77;
}
</style>
border-color css
<style>
span { border-color: #B66A77; }
span { border-color: rgb(182,106,119); }
td.TdClassName
{
border-color: #B66A77;
}
.TagClassName
{
border-color: #B66A77;
}
</style>