Shades of Turkish Rose #B06570
Tints of Turkish Rose #B06570
RGB
CMYK
RGB Variations
Color information
#B06570 (or 0xB06570) is known color: Turkish Rose. HEX triplet: B0, 65 and 70. RGB value is (176,101,112). Sum of RGB (Red+Green+Blue) = 176+101+112=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B06570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06570 is #4F9A8F. Grayscale: #7C7C7C. Windows color (decimal): -5216912 or 7366064. OLE color: 7366064.
HSL color Cylindrical-coordinate representation of color #B06570: hue angle of 351.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B06570 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 101 | 112 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.31 |
| HSL | 351.2º | 0.32% | 0.54% | - |
| HSV(B) | 351.2º | 0.43% | 0.69% | - |
| XYZ | 25.48 | 19.71 | 17.79 | - |
| YUV | 124.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 112 | 0 | 0.43 | 0.36 | 0.31 | 351.2 | 0.32 | 0.54 |
| Hex | B0 | 65 | 70 | 0 | 2B | 24 | 1F | 15F | 20 | 36 |
| Octal | 260 | 145 | 160 | 0 | 53 | 44 | 37 | 537 | 40 | 66 |
| Binary | 10110000 | 1100101 | 1110000 | 0 | 101011 | 100100 | 11111 | 101011111 | 100000 | 110110 |
Color Harmonies of #B06570
Complementary color
Monochromatic Colors of #B06570
Black with #B06570
Text Example
Text Example
White with #B06570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06570; }
p { color: rgb(176,101,112); }
H1.HeaderClassName
{
color: #B06570;
}
.AnyTagClassName
{
color: #B06570;
}
</style>
background-color css
<style>
a { background-color: #B06570; }
a { background-color: rgb(176,101,112); }
div.DivClassName
{
background-color: #B06570;
}
.BgClassName
{
background-color: #B06570;
}
</style>
border-color css
<style>
span { border-color: #B06570; }
span { border-color: rgb(176,101,112); }
td.TdClassName
{
border-color: #B06570;
}
.TagClassName
{
border-color: #B06570;
}
</style>