Shades of Turkish Rose #B0696F
Tints of Turkish Rose #B0696F
RGB
CMYK
RGB Variations
Color information
#B0696F (or 0xB0696F) is known color: Turkish Rose. HEX triplet: B0, 69 and 6F. RGB value is (176,105,111). Sum of RGB (Red+Green+Blue) = 176+105+111=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B0696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0696F is #4F9690. Grayscale: #7E7E7E. Windows color (decimal): -5215889 or 7301552. OLE color: 7301552.
HSL color Cylindrical-coordinate representation of color #B0696F: hue angle of 354.93º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0696F is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 105 | 111 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.31 |
| HSL | 354.93º | 0.31% | 0.55% | - |
| HSV(B) | 354.93º | 0.4% | 0.69% | - |
| XYZ | 25.83 | 20.48 | 17.63 | - |
| YUV | 126.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 111 | 0 | 0.40 | 0.37 | 0.31 | 354.93 | 0.31 | 0.55 |
| Hex | B0 | 69 | 6F | 0 | 28 | 25 | 1F | 163 | 1F | 37 |
| Octal | 260 | 151 | 157 | 0 | 50 | 45 | 37 | 543 | 37 | 67 |
| Binary | 10110000 | 1101001 | 1101111 | 0 | 101000 | 100101 | 11111 | 101100011 | 11111 | 110111 |
Color Harmonies of #B0696F
Complementary color
Monochromatic Colors of #B0696F
Black with #B0696F
Text Example
Text Example
White with #B0696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0696F; }
p { color: rgb(176,105,111); }
H1.HeaderClassName
{
color: #B0696F;
}
.AnyTagClassName
{
color: #B0696F;
}
</style>
background-color css
<style>
a { background-color: #B0696F; }
a { background-color: rgb(176,105,111); }
div.DivClassName
{
background-color: #B0696F;
}
.BgClassName
{
background-color: #B0696F;
}
</style>
border-color css
<style>
span { border-color: #B0696F; }
span { border-color: rgb(176,105,111); }
td.TdClassName
{
border-color: #B0696F;
}
.TagClassName
{
border-color: #B0696F;
}
</style>