Shades of Turkish Rose #B1777E
Tints of Turkish Rose #B1777E
RGB
CMYK
RGB Variations
Color information
#B1777E (or 0xB1777E) is known color: Turkish Rose. HEX triplet: B1, 77 and 7E. RGB value is (177,119,126). Sum of RGB (Red+Green+Blue) = 177+119+126=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B1777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1777E is #4E8881. Grayscale: #898989. Windows color (decimal): -5146754 or 8288177. OLE color: 8288177.
HSL color Cylindrical-coordinate representation of color #B1777E: hue angle of 352.76º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B1777E is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 119 | 126 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.31 |
| HSL | 352.76º | 0.27% | 0.58% | - |
| HSV(B) | 352.76º | 0.33% | 0.69% | - |
| XYZ | 28.49 | 24.05 | 22.88 | - |
| YUV | 137.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 119 | 126 | 0 | 0.33 | 0.29 | 0.31 | 352.76 | 0.27 | 0.58 |
| Hex | B1 | 77 | 7E | 0 | 21 | 1D | 1F | 161 | 1B | 3A |
| Octal | 261 | 167 | 176 | 0 | 41 | 35 | 37 | 541 | 33 | 72 |
| Binary | 10110001 | 1110111 | 1111110 | 0 | 100001 | 11101 | 11111 | 101100001 | 11011 | 111010 |
Color Harmonies of #B1777E
Complementary color
Monochromatic Colors of #B1777E
Black with #B1777E
Text Example
Text Example
White with #B1777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1777E; }
p { color: rgb(177,119,126); }
H1.HeaderClassName
{
color: #B1777E;
}
.AnyTagClassName
{
color: #B1777E;
}
</style>
background-color css
<style>
a { background-color: #B1777E; }
a { background-color: rgb(177,119,126); }
div.DivClassName
{
background-color: #B1777E;
}
.BgClassName
{
background-color: #B1777E;
}
</style>
border-color css
<style>
span { border-color: #B1777E; }
span { border-color: rgb(177,119,126); }
td.TdClassName
{
border-color: #B1777E;
}
.TagClassName
{
border-color: #B1777E;
}
</style>