Shades of Turkish Rose #B0797B
Tints of Turkish Rose #B0797B
RGB
CMYK
RGB Variations
Color information
#B0797B (or 0xB0797B) is known color: Turkish Rose. HEX triplet: B0, 79 and 7B. RGB value is (176,121,123). Sum of RGB (Red+Green+Blue) = 176+121+123=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B0797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0797B is #4F8684. Grayscale: #898989. Windows color (decimal): -5211781 or 8092080. OLE color: 8092080.
HSL color Cylindrical-coordinate representation of color #B0797B: hue angle of 357.82º 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 #B0797B is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 121 | 123 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.31 |
| HSL | 357.82º | 0.26% | 0.58% | - |
| HSV(B) | 357.82º | 0.31% | 0.69% | - |
| XYZ | 28.32 | 24.33 | 21.94 | - |
| YUV | 137.67 | 119.72 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 121 | 123 | 0 | 0.31 | 0.30 | 0.31 | 357.82 | 0.26 | 0.58 |
| Hex | B0 | 79 | 7B | 0 | 1F | 1E | 1F | 166 | 1A | 3A |
| Octal | 260 | 171 | 173 | 0 | 37 | 36 | 37 | 546 | 32 | 72 |
| Binary | 10110000 | 1111001 | 1111011 | 0 | 11111 | 11110 | 11111 | 101100110 | 11010 | 111010 |
Color Harmonies of #B0797B
Complementary color
Monochromatic Colors of #B0797B
Black with #B0797B
Text Example
Text Example
White with #B0797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0797B; }
p { color: rgb(176,121,123); }
H1.HeaderClassName
{
color: #B0797B;
}
.AnyTagClassName
{
color: #B0797B;
}
</style>
background-color css
<style>
a { background-color: #B0797B; }
a { background-color: rgb(176,121,123); }
div.DivClassName
{
background-color: #B0797B;
}
.BgClassName
{
background-color: #B0797B;
}
</style>
border-color css
<style>
span { border-color: #B0797B; }
span { border-color: rgb(176,121,123); }
td.TdClassName
{
border-color: #B0797B;
}
.TagClassName
{
border-color: #B0797B;
}
</style>