Shades of Turkish Rose #B2787D
Tints of Turkish Rose #B2787D
RGB
CMYK
RGB Variations
Color information
#B2787D (or 0xB2787D) is known color: Turkish Rose. HEX triplet: B2, 78 and 7D. RGB value is (178,120,125). Sum of RGB (Red+Green+Blue) = 178+120+125=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 120 (47.27% from 255 or 28.37% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B2787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2787D is #4D8782. Grayscale: #898989. Windows color (decimal): -5080963 or 8222898. OLE color: 8222898.
HSL color Cylindrical-coordinate representation of color #B2787D: hue angle of 354.83º 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 #B2787D is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 120 | 125 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.30 |
| HSL | 354.83º | 0.27% | 0.58% | - |
| HSV(B) | 354.83º | 0.33% | 0.7% | - |
| XYZ | 28.78 | 24.38 | 22.59 | - |
| YUV | 137.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 120 | 125 | 0 | 0.33 | 0.30 | 0.30 | 354.83 | 0.27 | 0.58 |
| Hex | B2 | 78 | 7D | 0 | 21 | 1E | 1E | 163 | 1B | 3A |
| Octal | 262 | 170 | 175 | 0 | 41 | 36 | 36 | 543 | 33 | 72 |
| Binary | 10110010 | 1111000 | 1111101 | 0 | 100001 | 11110 | 11110 | 101100011 | 11011 | 111010 |
Color Harmonies of #B2787D
Complementary color
Monochromatic Colors of #B2787D
Black with #B2787D
Text Example
Text Example
White with #B2787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2787D; }
p { color: rgb(178,120,125); }
H1.HeaderClassName
{
color: #B2787D;
}
.AnyTagClassName
{
color: #B2787D;
}
</style>
background-color css
<style>
a { background-color: #B2787D; }
a { background-color: rgb(178,120,125); }
div.DivClassName
{
background-color: #B2787D;
}
.BgClassName
{
background-color: #B2787D;
}
</style>
border-color css
<style>
span { border-color: #B2787D; }
span { border-color: rgb(178,120,125); }
td.TdClassName
{
border-color: #B2787D;
}
.TagClassName
{
border-color: #B2787D;
}
</style>