Shades of Turkish Rose #B2777A
Tints of Turkish Rose #B2777A
RGB
CMYK
RGB Variations
Color information
#B2777A (or 0xB2777A) is known color: Turkish Rose. HEX triplet: B2, 77 and 7A. RGB value is (178,119,122). Sum of RGB (Red+Green+Blue) = 178+119+122=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 178 - color contains mainly: red. Hex color #B2777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2777A is #4D8885. Grayscale: #898989. Windows color (decimal): -5081222 or 8026034. OLE color: 8026034.
HSL color Cylindrical-coordinate representation of color #B2777A: hue angle of 356.95º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2777A is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 119 | 122 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.30 |
| HSL | 356.95º | 0.28% | 0.58% | - |
| HSV(B) | 356.95º | 0.33% | 0.7% | - |
| XYZ | 28.47 | 24.06 | 21.56 | - |
| YUV | 136.98 | 119.55 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 119 | 122 | 0 | 0.33 | 0.31 | 0.30 | 356.95 | 0.28 | 0.58 |
| Hex | B2 | 77 | 7A | 0 | 21 | 1F | 1E | 165 | 1C | 3A |
| Octal | 262 | 167 | 172 | 0 | 41 | 37 | 36 | 545 | 34 | 72 |
| Binary | 10110010 | 1110111 | 1111010 | 0 | 100001 | 11111 | 11110 | 101100101 | 11100 | 111010 |
Color Harmonies of #B2777A
Complementary color
Monochromatic Colors of #B2777A
Black with #B2777A
Text Example
Text Example
White with #B2777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2777A; }
p { color: rgb(178,119,122); }
H1.HeaderClassName
{
color: #B2777A;
}
.AnyTagClassName
{
color: #B2777A;
}
</style>
background-color css
<style>
a { background-color: #B2777A; }
a { background-color: rgb(178,119,122); }
div.DivClassName
{
background-color: #B2777A;
}
.BgClassName
{
background-color: #B2777A;
}
</style>
border-color css
<style>
span { border-color: #B2777A; }
span { border-color: rgb(178,119,122); }
td.TdClassName
{
border-color: #B2777A;
}
.TagClassName
{
border-color: #B2777A;
}
</style>