Shades of Turkish Rose #B3797C
Tints of Turkish Rose #B3797C
RGB
CMYK
RGB Variations
Color information
#B3797C (or 0xB3797C) is known color: Turkish Rose. HEX triplet: B3, 79 and 7C. RGB value is (179,121,124). Sum of RGB (Red+Green+Blue) = 179+121+124=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B3797C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3797C is #4C8683. Grayscale: #8A8A8A. Windows color (decimal): -5015172 or 8157619. OLE color: 8157619.
HSL color Cylindrical-coordinate representation of color #B3797C: hue angle of 356.9º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3797C is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 121 | 124 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.30 |
| HSL | 356.9º | 0.28% | 0.59% | - |
| HSV(B) | 356.9º | 0.32% | 0.7% | - |
| XYZ | 29.07 | 24.71 | 22.31 | - |
| YUV | 138.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 121 | 124 | 0 | 0.32 | 0.31 | 0.30 | 356.9 | 0.28 | 0.59 |
| Hex | B3 | 79 | 7C | 0 | 20 | 1F | 1E | 165 | 1C | 3B |
| Octal | 263 | 171 | 174 | 0 | 40 | 37 | 36 | 545 | 34 | 73 |
| Binary | 10110011 | 1111001 | 1111100 | 0 | 100000 | 11111 | 11110 | 101100101 | 11100 | 111011 |
Color Harmonies of #B3797C
Complementary color
Monochromatic Colors of #B3797C
Black with #B3797C
Text Example
Text Example
White with #B3797C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3797C; }
p { color: rgb(179,121,124); }
H1.HeaderClassName
{
color: #B3797C;
}
.AnyTagClassName
{
color: #B3797C;
}
</style>
background-color css
<style>
a { background-color: #B3797C; }
a { background-color: rgb(179,121,124); }
div.DivClassName
{
background-color: #B3797C;
}
.BgClassName
{
background-color: #B3797C;
}
</style>
border-color css
<style>
span { border-color: #B3797C; }
span { border-color: rgb(179,121,124); }
td.TdClassName
{
border-color: #B3797C;
}
.TagClassName
{
border-color: #B3797C;
}
</style>