Shades of Turkish Rose #B96672
Tints of Turkish Rose #B96672
RGB
CMYK
RGB Variations
Color information
#B96672 (or 0xB96672) is known color: Turkish Rose. HEX triplet: B9, 66 and 72. RGB value is (185,102,114). Sum of RGB (Red+Green+Blue) = 185+102+114=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B96672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96672 is #46998D. Grayscale: #808080. Windows color (decimal): -4626830 or 7497401. OLE color: 7497401.
HSL color Cylindrical-coordinate representation of color #B96672: hue angle of 351.33º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B96672 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 102 | 114 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.27 |
| HSL | 351.33º | 0.37% | 0.56% | - |
| HSV(B) | 351.33º | 0.45% | 0.73% | - |
| XYZ | 27.8 | 21.03 | 18.51 | - |
| YUV | 128.19 | 120 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 114 | 0 | 0.45 | 0.38 | 0.27 | 351.33 | 0.37 | 0.56 |
| Hex | B9 | 66 | 72 | 0 | 2D | 26 | 1B | 15F | 25 | 38 |
| Octal | 271 | 146 | 162 | 0 | 55 | 46 | 33 | 537 | 45 | 70 |
| Binary | 10111001 | 1100110 | 1110010 | 0 | 101101 | 100110 | 11011 | 101011111 | 100101 | 111000 |
Color Harmonies of #B96672
Complementary color
Monochromatic Colors of #B96672
Black with #B96672
Text Example
Text Example
White with #B96672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96672; }
p { color: rgb(185,102,114); }
H1.HeaderClassName
{
color: #B96672;
}
.AnyTagClassName
{
color: #B96672;
}
</style>
background-color css
<style>
a { background-color: #B96672; }
a { background-color: rgb(185,102,114); }
div.DivClassName
{
background-color: #B96672;
}
.BgClassName
{
background-color: #B96672;
}
</style>
border-color css
<style>
span { border-color: #B96672; }
span { border-color: rgb(185,102,114); }
td.TdClassName
{
border-color: #B96672;
}
.TagClassName
{
border-color: #B96672;
}
</style>