Shades of Turkish Rose #B2787A
Tints of Turkish Rose #B2787A
RGB
CMYK
RGB Variations
Color information
#B2787A (or 0xB2787A) is known color: Turkish Rose. HEX triplet: B2, 78 and 7A. RGB value is (178,120,122). Sum of RGB (Red+Green+Blue) = 178+120+122=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 178 - color contains mainly: red. Hex color #B2787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2787A is #4D8785. Grayscale: #898989. Windows color (decimal): -5080966 or 8026290. OLE color: 8026290.
HSL color Cylindrical-coordinate representation of color #B2787A: hue angle of 357.93º degrees, saturation: 0.27, 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 #B2787A is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 120 | 122 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.30 |
| HSL | 357.93º | 0.27% | 0.58% | - |
| HSV(B) | 357.93º | 0.33% | 0.7% | - |
| XYZ | 28.59 | 24.3 | 21.6 | - |
| YUV | 137.57 | 119.22 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 120 | 122 | 0 | 0.33 | 0.31 | 0.30 | 357.93 | 0.27 | 0.58 |
| Hex | B2 | 78 | 7A | 0 | 21 | 1F | 1E | 166 | 1B | 3A |
| Octal | 262 | 170 | 172 | 0 | 41 | 37 | 36 | 546 | 33 | 72 |
| Binary | 10110010 | 1111000 | 1111010 | 0 | 100001 | 11111 | 11110 | 101100110 | 11011 | 111010 |
Color Harmonies of #B2787A
Complementary color
Monochromatic Colors of #B2787A
Black with #B2787A
Text Example
Text Example
White with #B2787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2787A; }
p { color: rgb(178,120,122); }
H1.HeaderClassName
{
color: #B2787A;
}
.AnyTagClassName
{
color: #B2787A;
}
</style>
background-color css
<style>
a { background-color: #B2787A; }
a { background-color: rgb(178,120,122); }
div.DivClassName
{
background-color: #B2787A;
}
.BgClassName
{
background-color: #B2787A;
}
</style>
border-color css
<style>
span { border-color: #B2787A; }
span { border-color: rgb(178,120,122); }
td.TdClassName
{
border-color: #B2787A;
}
.TagClassName
{
border-color: #B2787A;
}
</style>