Shades of Turkish Rose #B1797A
Tints of Turkish Rose #B1797A
RGB
CMYK
RGB Variations
Color information
#B1797A (or 0xB1797A) is known color: Turkish Rose. HEX triplet: B1, 79 and 7A. RGB value is (177,121,122). Sum of RGB (Red+Green+Blue) = 177+121+122=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1797A is #4E8685. Grayscale: #898989. Windows color (decimal): -5146246 or 8026545. OLE color: 8026545.
HSL color Cylindrical-coordinate representation of color #B1797A: hue angle of 358.93º 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 #B1797A is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 121 | 122 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.31 |
| HSL | 358.93º | 0.26% | 0.58% | - |
| HSV(B) | 358.93º | 0.32% | 0.69% | - |
| XYZ | 28.48 | 24.43 | 21.63 | - |
| YUV | 137.86 | 119.05 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 122 | 0 | 0.32 | 0.31 | 0.31 | 358.93 | 0.26 | 0.58 |
| Hex | B1 | 79 | 7A | 0 | 20 | 1F | 1F | 167 | 1A | 3A |
| Octal | 261 | 171 | 172 | 0 | 40 | 37 | 37 | 547 | 32 | 72 |
| Binary | 10110001 | 1111001 | 1111010 | 0 | 100000 | 11111 | 11111 | 101100111 | 11010 | 111010 |
Color Harmonies of #B1797A
Complementary color
Monochromatic Colors of #B1797A
Black with #B1797A
Text Example
Text Example
White with #B1797A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1797A; }
p { color: rgb(177,121,122); }
H1.HeaderClassName
{
color: #B1797A;
}
.AnyTagClassName
{
color: #B1797A;
}
</style>
background-color css
<style>
a { background-color: #B1797A; }
a { background-color: rgb(177,121,122); }
div.DivClassName
{
background-color: #B1797A;
}
.BgClassName
{
background-color: #B1797A;
}
</style>
border-color css
<style>
span { border-color: #B1797A; }
span { border-color: rgb(177,121,122); }
td.TdClassName
{
border-color: #B1797A;
}
.TagClassName
{
border-color: #B1797A;
}
</style>