Shades of Turkish Rose #B0696D
Tints of Turkish Rose #B0696D
RGB
CMYK
RGB Variations
Color information
#B0696D (or 0xB0696D) is known color: Turkish Rose. HEX triplet: B0, 69 and 6D. RGB value is (176,105,109). Sum of RGB (Red+Green+Blue) = 176+105+109=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B0696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0696D is #4F9692. Grayscale: #7E7E7E. Windows color (decimal): -5215891 or 7170480. OLE color: 7170480.
HSL color Cylindrical-coordinate representation of color #B0696D: hue angle of 356.62º 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 #B0696D is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 105 | 109 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.31 |
| HSL | 356.62º | 0.31% | 0.55% | - |
| HSV(B) | 356.62º | 0.4% | 0.69% | - |
| XYZ | 25.72 | 20.44 | 17.06 | - |
| YUV | 126.69 | 118.02 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 109 | 0 | 0.40 | 0.38 | 0.31 | 356.62 | 0.31 | 0.55 |
| Hex | B0 | 69 | 6D | 0 | 28 | 26 | 1F | 165 | 1F | 37 |
| Octal | 260 | 151 | 155 | 0 | 50 | 46 | 37 | 545 | 37 | 67 |
| Binary | 10110000 | 1101001 | 1101101 | 0 | 101000 | 100110 | 11111 | 101100101 | 11111 | 110111 |
Color Harmonies of #B0696D
Complementary color
Monochromatic Colors of #B0696D
Black with #B0696D
Text Example
Text Example
White with #B0696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0696D; }
p { color: rgb(176,105,109); }
H1.HeaderClassName
{
color: #B0696D;
}
.AnyTagClassName
{
color: #B0696D;
}
</style>
background-color css
<style>
a { background-color: #B0696D; }
a { background-color: rgb(176,105,109); }
div.DivClassName
{
background-color: #B0696D;
}
.BgClassName
{
background-color: #B0696D;
}
</style>
border-color css
<style>
span { border-color: #B0696D; }
span { border-color: rgb(176,105,109); }
td.TdClassName
{
border-color: #B0696D;
}
.TagClassName
{
border-color: #B0696D;
}
</style>