Shades of Turkish Rose #B96470
Tints of Turkish Rose #B96470
RGB
CMYK
RGB Variations
Color information
#B96470 (or 0xB96470) is known color: Turkish Rose. HEX triplet: B9, 64 and 70. RGB value is (185,100,112). Sum of RGB (Red+Green+Blue) = 185+100+112=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B96470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96470 is #469B8F. Grayscale: #7E7E7E. Windows color (decimal): -4627344 or 7365817. OLE color: 7365817.
HSL color Cylindrical-coordinate representation of color #B96470: hue angle of 351.53º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B96470 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 100 | 112 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.27 |
| HSL | 351.53º | 0.38% | 0.56% | - |
| HSV(B) | 351.53º | 0.46% | 0.73% | - |
| XYZ | 27.49 | 20.6 | 17.86 | - |
| YUV | 126.78 | 119.66 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 100 | 112 | 0 | 0.46 | 0.39 | 0.27 | 351.53 | 0.38 | 0.56 |
| Hex | B9 | 64 | 70 | 0 | 2E | 27 | 1B | 160 | 26 | 38 |
| Octal | 271 | 144 | 160 | 0 | 56 | 47 | 33 | 540 | 46 | 70 |
| Binary | 10111001 | 1100100 | 1110000 | 0 | 101110 | 100111 | 11011 | 101100000 | 100110 | 111000 |
Color Harmonies of #B96470
Complementary color
Monochromatic Colors of #B96470
Black with #B96470
Text Example
Text Example
White with #B96470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96470; }
p { color: rgb(185,100,112); }
H1.HeaderClassName
{
color: #B96470;
}
.AnyTagClassName
{
color: #B96470;
}
</style>
background-color css
<style>
a { background-color: #B96470; }
a { background-color: rgb(185,100,112); }
div.DivClassName
{
background-color: #B96470;
}
.BgClassName
{
background-color: #B96470;
}
</style>
border-color css
<style>
span { border-color: #B96470; }
span { border-color: rgb(185,100,112); }
td.TdClassName
{
border-color: #B96470;
}
.TagClassName
{
border-color: #B96470;
}
</style>