Shades of Turkish Rose #B9656F
Tints of Turkish Rose #B9656F
RGB
CMYK
RGB Variations
Color information
#B9656F (or 0xB9656F) is known color: Turkish Rose. HEX triplet: B9, 65 and 6F. RGB value is (185,101,111). Sum of RGB (Red+Green+Blue) = 185+101+111=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B9656F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9656F is #469A90. Grayscale: #7F7F7F. Windows color (decimal): -4627089 or 7300537. OLE color: 7300537.
HSL color Cylindrical-coordinate representation of color #B9656F: hue angle of 352.86º degrees, saturation: 0.38, 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 #B9656F is Cyan = 0, Magento = 0.45, Yellow = 0.4 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 101 | 111 | - |
| CMYK | 0 | 0.45 | 0.4 | 0.27 |
| HSL | 352.86º | 0.38% | 0.56% | - |
| HSV(B) | 352.86º | 0.45% | 0.73% | - |
| XYZ | 27.53 | 20.77 | 17.6 | - |
| YUV | 127.26 | 118.83 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 111 | 0 | 0.45 | 0.4 | 0.27 | 352.86 | 0.38 | 0.56 |
| Hex | B9 | 65 | 6F | 0 | 2D | 28 | 1B | 161 | 26 | 38 |
| Octal | 271 | 145 | 157 | 0 | 55 | 50 | 33 | 541 | 46 | 70 |
| Binary | 10111001 | 1100101 | 1101111 | 0 | 101101 | 101000 | 11011 | 101100001 | 100110 | 111000 |
Color Harmonies of #B9656F
Complementary color
Monochromatic Colors of #B9656F
Black with #B9656F
Text Example
Text Example
White with #B9656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9656F; }
p { color: rgb(185,101,111); }
H1.HeaderClassName
{
color: #B9656F;
}
.AnyTagClassName
{
color: #B9656F;
}
</style>
background-color css
<style>
a { background-color: #B9656F; }
a { background-color: rgb(185,101,111); }
div.DivClassName
{
background-color: #B9656F;
}
.BgClassName
{
background-color: #B9656F;
}
</style>
border-color css
<style>
span { border-color: #B9656F; }
span { border-color: rgb(185,101,111); }
td.TdClassName
{
border-color: #B9656F;
}
.TagClassName
{
border-color: #B9656F;
}
</style>