Shades of Turkish Rose #B1797B
Tints of Turkish Rose #B1797B
RGB
CMYK
RGB Variations
Color information
#B1797B (or 0xB1797B) is known color: Turkish Rose. HEX triplet: B1, 79 and 7B. RGB value is (177,121,123). Sum of RGB (Red+Green+Blue) = 177+121+123=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B1797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1797B is #4E8684. Grayscale: #8A8A8A. Windows color (decimal): -5146245 or 8092081. OLE color: 8092081.
HSL color Cylindrical-coordinate representation of color #B1797B: hue angle of 357.86º 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 #B1797B is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 121 | 123 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.31 |
| HSL | 357.86º | 0.26% | 0.58% | - |
| HSV(B) | 357.86º | 0.32% | 0.69% | - |
| XYZ | 28.54 | 24.45 | 21.95 | - |
| YUV | 137.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 123 | 0 | 0.32 | 0.31 | 0.31 | 357.86 | 0.26 | 0.58 |
| Hex | B1 | 79 | 7B | 0 | 20 | 1F | 1F | 166 | 1A | 3A |
| Octal | 261 | 171 | 173 | 0 | 40 | 37 | 37 | 546 | 32 | 72 |
| Binary | 10110001 | 1111001 | 1111011 | 0 | 100000 | 11111 | 11111 | 101100110 | 11010 | 111010 |
Color Harmonies of #B1797B
Complementary color
Monochromatic Colors of #B1797B
Black with #B1797B
Text Example
Text Example
White with #B1797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1797B; }
p { color: rgb(177,121,123); }
H1.HeaderClassName
{
color: #B1797B;
}
.AnyTagClassName
{
color: #B1797B;
}
</style>
background-color css
<style>
a { background-color: #B1797B; }
a { background-color: rgb(177,121,123); }
div.DivClassName
{
background-color: #B1797B;
}
.BgClassName
{
background-color: #B1797B;
}
</style>
border-color css
<style>
span { border-color: #B1797B; }
span { border-color: rgb(177,121,123); }
td.TdClassName
{
border-color: #B1797B;
}
.TagClassName
{
border-color: #B1797B;
}
</style>