Shades of Turkish Rose #B06266
Tints of Turkish Rose #B06266
RGB
CMYK
RGB Variations
Color information
#B06266 (or 0xB06266) is known color: Turkish Rose. HEX triplet: B0, 62 and 66. RGB value is (176,98,102). Sum of RGB (Red+Green+Blue) = 176+98+102=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B06266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06266 is #4F9D99. Grayscale: #797979. Windows color (decimal): -5217690 or 6709936. OLE color: 6709936.
HSL color Cylindrical-coordinate representation of color #B06266: hue angle of 356.92º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B06266 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 98 | 102 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.31 |
| HSL | 356.92º | 0.33% | 0.54% | - |
| HSV(B) | 356.92º | 0.44% | 0.69% | - |
| XYZ | 24.67 | 18.92 | 14.92 | - |
| YUV | 121.78 | 116.84 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 98 | 102 | 0 | 0.44 | 0.42 | 0.31 | 356.92 | 0.33 | 0.54 |
| Hex | B0 | 62 | 66 | 0 | 2C | 2A | 1F | 165 | 21 | 36 |
| Octal | 260 | 142 | 146 | 0 | 54 | 52 | 37 | 545 | 41 | 66 |
| Binary | 10110000 | 1100010 | 1100110 | 0 | 101100 | 101010 | 11111 | 101100101 | 100001 | 110110 |
Color Harmonies of #B06266
Complementary color
Monochromatic Colors of #B06266
Black with #B06266
Text Example
Text Example
White with #B06266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06266; }
p { color: rgb(176,98,102); }
H1.HeaderClassName
{
color: #B06266;
}
.AnyTagClassName
{
color: #B06266;
}
</style>
background-color css
<style>
a { background-color: #B06266; }
a { background-color: rgb(176,98,102); }
div.DivClassName
{
background-color: #B06266;
}
.BgClassName
{
background-color: #B06266;
}
</style>
border-color css
<style>
span { border-color: #B06266; }
span { border-color: rgb(176,98,102); }
td.TdClassName
{
border-color: #B06266;
}
.TagClassName
{
border-color: #B06266;
}
</style>