Shades of Turkish Rose #B2797C
Tints of Turkish Rose #B2797C
RGB
CMYK
RGB Variations
Color information
#B2797C (or 0xB2797C) is known color: Turkish Rose. HEX triplet: B2, 79 and 7C. RGB value is (178,121,124). Sum of RGB (Red+Green+Blue) = 178+121+124=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B2797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2797C is #4D8683. Grayscale: #8A8A8A. Windows color (decimal): -5080708 or 8157618. OLE color: 8157618.
HSL color Cylindrical-coordinate representation of color #B2797C: hue angle of 356.84º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2797C is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 121 | 124 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.30 |
| HSL | 356.84º | 0.27% | 0.59% | - |
| HSV(B) | 356.84º | 0.32% | 0.7% | - |
| XYZ | 28.84 | 24.59 | 22.3 | - |
| YUV | 138.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 121 | 124 | 0 | 0.32 | 0.30 | 0.30 | 356.84 | 0.27 | 0.59 |
| Hex | B2 | 79 | 7C | 0 | 20 | 1E | 1E | 165 | 1B | 3B |
| Octal | 262 | 171 | 174 | 0 | 40 | 36 | 36 | 545 | 33 | 73 |
| Binary | 10110010 | 1111001 | 1111100 | 0 | 100000 | 11110 | 11110 | 101100101 | 11011 | 111011 |
Color Harmonies of #B2797C
Complementary color
Monochromatic Colors of #B2797C
Black with #B2797C
Text Example
Text Example
White with #B2797C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2797C; }
p { color: rgb(178,121,124); }
H1.HeaderClassName
{
color: #B2797C;
}
.AnyTagClassName
{
color: #B2797C;
}
</style>
background-color css
<style>
a { background-color: #B2797C; }
a { background-color: rgb(178,121,124); }
div.DivClassName
{
background-color: #B2797C;
}
.BgClassName
{
background-color: #B2797C;
}
</style>
border-color css
<style>
span { border-color: #B2797C; }
span { border-color: rgb(178,121,124); }
td.TdClassName
{
border-color: #B2797C;
}
.TagClassName
{
border-color: #B2797C;
}
</style>