Shades of Turkish Rose #B1787A
Tints of Turkish Rose #B1787A
RGB
CMYK
RGB Variations
Color information
#B1787A (or 0xB1787A) is known color: Turkish Rose. HEX triplet: B1, 78 and 7A. RGB value is (177,120,122). Sum of RGB (Red+Green+Blue) = 177+120+122=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B1787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1787A is #4E8785. Grayscale: #898989. Windows color (decimal): -5146502 or 8026289. OLE color: 8026289.
HSL color Cylindrical-coordinate representation of color #B1787A: hue angle of 357.89º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1787A is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 122 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.31 |
| HSL | 357.89º | 0.27% | 0.58% | - |
| HSV(B) | 357.89º | 0.32% | 0.69% | - |
| XYZ | 28.36 | 24.19 | 21.59 | - |
| YUV | 137.27 | 119.38 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 122 | 0 | 0.32 | 0.31 | 0.31 | 357.89 | 0.27 | 0.58 |
| Hex | B1 | 78 | 7A | 0 | 20 | 1F | 1F | 166 | 1B | 3A |
| Octal | 261 | 170 | 172 | 0 | 40 | 37 | 37 | 546 | 33 | 72 |
| Binary | 10110001 | 1111000 | 1111010 | 0 | 100000 | 11111 | 11111 | 101100110 | 11011 | 111010 |
Color Harmonies of #B1787A
Complementary color
Monochromatic Colors of #B1787A
Black with #B1787A
Text Example
Text Example
White with #B1787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1787A; }
p { color: rgb(177,120,122); }
H1.HeaderClassName
{
color: #B1787A;
}
.AnyTagClassName
{
color: #B1787A;
}
</style>
background-color css
<style>
a { background-color: #B1787A; }
a { background-color: rgb(177,120,122); }
div.DivClassName
{
background-color: #B1787A;
}
.BgClassName
{
background-color: #B1787A;
}
</style>
border-color css
<style>
span { border-color: #B1787A; }
span { border-color: rgb(177,120,122); }
td.TdClassName
{
border-color: #B1787A;
}
.TagClassName
{
border-color: #B1787A;
}
</style>