Shades of Turkish Rose #B0696B
Tints of Turkish Rose #B0696B
RGB
CMYK
RGB Variations
Color information
#B0696B (or 0xB0696B) is known color: Turkish Rose. HEX triplet: B0, 69 and 6B. RGB value is (176,105,107). Sum of RGB (Red+Green+Blue) = 176+105+107=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B0696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0696B is #4F9694. Grayscale: #7E7E7E. Windows color (decimal): -5215893 or 7039408. OLE color: 7039408.
HSL color Cylindrical-coordinate representation of color #B0696B: hue angle of 358.31º 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 #B0696B is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 105 | 107 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.31 |
| HSL | 358.31º | 0.31% | 0.55% | - |
| HSV(B) | 358.31º | 0.4% | 0.69% | - |
| XYZ | 25.61 | 20.39 | 16.5 | - |
| YUV | 126.46 | 117.02 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 107 | 0 | 0.40 | 0.39 | 0.31 | 358.31 | 0.31 | 0.55 |
| Hex | B0 | 69 | 6B | 0 | 28 | 27 | 1F | 166 | 1F | 37 |
| Octal | 260 | 151 | 153 | 0 | 50 | 47 | 37 | 546 | 37 | 67 |
| Binary | 10110000 | 1101001 | 1101011 | 0 | 101000 | 100111 | 11111 | 101100110 | 11111 | 110111 |
Color Harmonies of #B0696B
Complementary color
Monochromatic Colors of #B0696B
Black with #B0696B
Text Example
Text Example
White with #B0696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0696B; }
p { color: rgb(176,105,107); }
H1.HeaderClassName
{
color: #B0696B;
}
.AnyTagClassName
{
color: #B0696B;
}
</style>
background-color css
<style>
a { background-color: #B0696B; }
a { background-color: rgb(176,105,107); }
div.DivClassName
{
background-color: #B0696B;
}
.BgClassName
{
background-color: #B0696B;
}
</style>
border-color css
<style>
span { border-color: #B0696B; }
span { border-color: rgb(176,105,107); }
td.TdClassName
{
border-color: #B0696B;
}
.TagClassName
{
border-color: #B0696B;
}
</style>