Shades of Turkish Rose #B1797E
Tints of Turkish Rose #B1797E
RGB
CMYK
RGB Variations
Color information
#B1797E (or 0xB1797E) is known color: Turkish Rose. HEX triplet: B1, 79 and 7E. RGB value is (177,121,126). Sum of RGB (Red+Green+Blue) = 177+121+126=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B1797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1797E is #4E8681. Grayscale: #8A8A8A. Windows color (decimal): -5146242 or 8288689. OLE color: 8288689.
HSL color Cylindrical-coordinate representation of color #B1797E: hue angle of 354.64º degrees, saturation: 0.26, 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 #B1797E is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 121 | 126 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.31 |
| HSL | 354.64º | 0.26% | 0.58% | - |
| HSV(B) | 354.64º | 0.32% | 0.69% | - |
| XYZ | 28.73 | 24.53 | 22.96 | - |
| YUV | 138.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 126 | 0 | 0.32 | 0.29 | 0.31 | 354.64 | 0.26 | 0.58 |
| Hex | B1 | 79 | 7E | 0 | 20 | 1D | 1F | 163 | 1A | 3A |
| Octal | 261 | 171 | 176 | 0 | 40 | 35 | 37 | 543 | 32 | 72 |
| Binary | 10110001 | 1111001 | 1111110 | 0 | 100000 | 11101 | 11111 | 101100011 | 11010 | 111010 |
Color Harmonies of #B1797E
Complementary color
Monochromatic Colors of #B1797E
Black with #B1797E
Text Example
Text Example
White with #B1797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1797E; }
p { color: rgb(177,121,126); }
H1.HeaderClassName
{
color: #B1797E;
}
.AnyTagClassName
{
color: #B1797E;
}
</style>
background-color css
<style>
a { background-color: #B1797E; }
a { background-color: rgb(177,121,126); }
div.DivClassName
{
background-color: #B1797E;
}
.BgClassName
{
background-color: #B1797E;
}
</style>
border-color css
<style>
span { border-color: #B1797E; }
span { border-color: rgb(177,121,126); }
td.TdClassName
{
border-color: #B1797E;
}
.TagClassName
{
border-color: #B1797E;
}
</style>