Shades of Turkish Rose #B0797D
Tints of Turkish Rose #B0797D
RGB
CMYK
RGB Variations
Color information
#B0797D (or 0xB0797D) is known color: Turkish Rose. HEX triplet: B0, 79 and 7D. RGB value is (176,121,125). Sum of RGB (Red+Green+Blue) = 176+121+125=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B0797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0797D is #4F8682. Grayscale: #898989. Windows color (decimal): -5211779 or 8223152. OLE color: 8223152.
HSL color Cylindrical-coordinate representation of color #B0797D: hue angle of 355.64º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0797D is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 121 | 125 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.31 |
| HSL | 355.64º | 0.26% | 0.58% | - |
| HSV(B) | 355.64º | 0.31% | 0.69% | - |
| XYZ | 28.44 | 24.39 | 22.61 | - |
| YUV | 137.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 121 | 125 | 0 | 0.31 | 0.29 | 0.31 | 355.64 | 0.26 | 0.58 |
| Hex | B0 | 79 | 7D | 0 | 1F | 1D | 1F | 164 | 1A | 3A |
| Octal | 260 | 171 | 175 | 0 | 37 | 35 | 37 | 544 | 32 | 72 |
| Binary | 10110000 | 1111001 | 1111101 | 0 | 11111 | 11101 | 11111 | 101100100 | 11010 | 111010 |
Color Harmonies of #B0797D
Complementary color
Monochromatic Colors of #B0797D
Black with #B0797D
Text Example
Text Example
White with #B0797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0797D; }
p { color: rgb(176,121,125); }
H1.HeaderClassName
{
color: #B0797D;
}
.AnyTagClassName
{
color: #B0797D;
}
</style>
background-color css
<style>
a { background-color: #B0797D; }
a { background-color: rgb(176,121,125); }
div.DivClassName
{
background-color: #B0797D;
}
.BgClassName
{
background-color: #B0797D;
}
</style>
border-color css
<style>
span { border-color: #B0797D; }
span { border-color: rgb(176,121,125); }
td.TdClassName
{
border-color: #B0797D;
}
.TagClassName
{
border-color: #B0797D;
}
</style>