Shades of Turkish Rose #B2797E
Tints of Turkish Rose #B2797E
RGB
CMYK
RGB Variations
Color information
#B2797E (or 0xB2797E) is known color: Turkish Rose. HEX triplet: B2, 79 and 7E. RGB value is (178,121,126). Sum of RGB (Red+Green+Blue) = 178+121+126=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B2797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2797E is #4D8681. Grayscale: #8A8A8A. Windows color (decimal): -5080706 or 8288690. OLE color: 8288690.
HSL color Cylindrical-coordinate representation of color #B2797E: hue angle of 354.74º 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 #B2797E is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 121 | 126 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.30 |
| HSL | 354.74º | 0.27% | 0.59% | - |
| HSV(B) | 354.74º | 0.32% | 0.7% | - |
| XYZ | 28.96 | 24.65 | 22.97 | - |
| YUV | 138.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 121 | 126 | 0 | 0.32 | 0.29 | 0.30 | 354.74 | 0.27 | 0.59 |
| Hex | B2 | 79 | 7E | 0 | 20 | 1D | 1E | 163 | 1B | 3B |
| Octal | 262 | 171 | 176 | 0 | 40 | 35 | 36 | 543 | 33 | 73 |
| Binary | 10110010 | 1111001 | 1111110 | 0 | 100000 | 11101 | 11110 | 101100011 | 11011 | 111011 |
Color Harmonies of #B2797E
Complementary color
Monochromatic Colors of #B2797E
Black with #B2797E
Text Example
Text Example
White with #B2797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2797E; }
p { color: rgb(178,121,126); }
H1.HeaderClassName
{
color: #B2797E;
}
.AnyTagClassName
{
color: #B2797E;
}
</style>
background-color css
<style>
a { background-color: #B2797E; }
a { background-color: rgb(178,121,126); }
div.DivClassName
{
background-color: #B2797E;
}
.BgClassName
{
background-color: #B2797E;
}
</style>
border-color css
<style>
span { border-color: #B2797E; }
span { border-color: rgb(178,121,126); }
td.TdClassName
{
border-color: #B2797E;
}
.TagClassName
{
border-color: #B2797E;
}
</style>