Shades of Turkish Rose #B3797E
Tints of Turkish Rose #B3797E
RGB
CMYK
RGB Variations
Color information
#B3797E (or 0xB3797E) is known color: Turkish Rose. HEX triplet: B3, 79 and 7E. RGB value is (179,121,126). Sum of RGB (Red+Green+Blue) = 179+121+126=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B3797E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3797E is #4C8681. Grayscale: #8A8A8A. Windows color (decimal): -5015170 or 8288691. OLE color: 8288691.
HSL color Cylindrical-coordinate representation of color #B3797E: hue angle of 354.83º 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 #B3797E is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 121 | 126 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.30 |
| HSL | 354.83º | 0.28% | 0.59% | - |
| HSV(B) | 354.83º | 0.32% | 0.7% | - |
| XYZ | 29.19 | 24.76 | 22.98 | - |
| YUV | 138.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 121 | 126 | 0 | 0.32 | 0.30 | 0.30 | 354.83 | 0.28 | 0.59 |
| Hex | B3 | 79 | 7E | 0 | 20 | 1E | 1E | 163 | 1C | 3B |
| Octal | 263 | 171 | 176 | 0 | 40 | 36 | 36 | 543 | 34 | 73 |
| Binary | 10110011 | 1111001 | 1111110 | 0 | 100000 | 11110 | 11110 | 101100011 | 11100 | 111011 |
Color Harmonies of #B3797E
Complementary color
Monochromatic Colors of #B3797E
Black with #B3797E
Text Example
Text Example
White with #B3797E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3797E; }
p { color: rgb(179,121,126); }
H1.HeaderClassName
{
color: #B3797E;
}
.AnyTagClassName
{
color: #B3797E;
}
</style>
background-color css
<style>
a { background-color: #B3797E; }
a { background-color: rgb(179,121,126); }
div.DivClassName
{
background-color: #B3797E;
}
.BgClassName
{
background-color: #B3797E;
}
</style>
border-color css
<style>
span { border-color: #B3797E; }
span { border-color: rgb(179,121,126); }
td.TdClassName
{
border-color: #B3797E;
}
.TagClassName
{
border-color: #B3797E;
}
</style>