Shades of Turkish Rose #B2787E
Tints of Turkish Rose #B2787E
RGB
CMYK
RGB Variations
Color information
#B2787E (or 0xB2787E) is known color: Turkish Rose. HEX triplet: B2, 78 and 7E. RGB value is (178,120,126). Sum of RGB (Red+Green+Blue) = 178+120+126=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B2787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2787E is #4D8781. Grayscale: #8A8A8A. Windows color (decimal): -5080962 or 8288434. OLE color: 8288434.
HSL color Cylindrical-coordinate representation of color #B2787E: hue angle of 353.79º 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 #B2787E is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 120 | 126 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.30 |
| HSL | 353.79º | 0.27% | 0.58% | - |
| HSV(B) | 353.79º | 0.33% | 0.7% | - |
| XYZ | 28.84 | 24.4 | 22.93 | - |
| YUV | 138.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 120 | 126 | 0 | 0.33 | 0.29 | 0.30 | 353.79 | 0.27 | 0.58 |
| Hex | B2 | 78 | 7E | 0 | 21 | 1D | 1E | 162 | 1B | 3A |
| Octal | 262 | 170 | 176 | 0 | 41 | 35 | 36 | 542 | 33 | 72 |
| Binary | 10110010 | 1111000 | 1111110 | 0 | 100001 | 11101 | 11110 | 101100010 | 11011 | 111010 |
Color Harmonies of #B2787E
Complementary color
Monochromatic Colors of #B2787E
Black with #B2787E
Text Example
Text Example
White with #B2787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2787E; }
p { color: rgb(178,120,126); }
H1.HeaderClassName
{
color: #B2787E;
}
.AnyTagClassName
{
color: #B2787E;
}
</style>
background-color css
<style>
a { background-color: #B2787E; }
a { background-color: rgb(178,120,126); }
div.DivClassName
{
background-color: #B2787E;
}
.BgClassName
{
background-color: #B2787E;
}
</style>
border-color css
<style>
span { border-color: #B2787E; }
span { border-color: rgb(178,120,126); }
td.TdClassName
{
border-color: #B2787E;
}
.TagClassName
{
border-color: #B2787E;
}
</style>