Shades of Turkish Rose #B3797B
Tints of Turkish Rose #B3797B
RGB
CMYK
RGB Variations
Color information
#B3797B (or 0xB3797B) is known color: Turkish Rose. HEX triplet: B3, 79 and 7B. RGB value is (179,121,123). Sum of RGB (Red+Green+Blue) = 179+121+123=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B3797B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3797B is #4C8684. Grayscale: #8A8A8A. Windows color (decimal): -5015173 or 8092083. OLE color: 8092083.
HSL color Cylindrical-coordinate representation of color #B3797B: hue angle of 357.93º 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 #B3797B is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 121 | 123 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.30 |
| HSL | 357.93º | 0.28% | 0.59% | - |
| HSV(B) | 357.93º | 0.32% | 0.7% | - |
| XYZ | 29 | 24.69 | 21.98 | - |
| YUV | 138.57 | 119.22 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 121 | 123 | 0 | 0.32 | 0.31 | 0.30 | 357.93 | 0.28 | 0.59 |
| Hex | B3 | 79 | 7B | 0 | 20 | 1F | 1E | 166 | 1C | 3B |
| Octal | 263 | 171 | 173 | 0 | 40 | 37 | 36 | 546 | 34 | 73 |
| Binary | 10110011 | 1111001 | 1111011 | 0 | 100000 | 11111 | 11110 | 101100110 | 11100 | 111011 |
Color Harmonies of #B3797B
Complementary color
Monochromatic Colors of #B3797B
Black with #B3797B
Text Example
Text Example
White with #B3797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3797B; }
p { color: rgb(179,121,123); }
H1.HeaderClassName
{
color: #B3797B;
}
.AnyTagClassName
{
color: #B3797B;
}
</style>
background-color css
<style>
a { background-color: #B3797B; }
a { background-color: rgb(179,121,123); }
div.DivClassName
{
background-color: #B3797B;
}
.BgClassName
{
background-color: #B3797B;
}
</style>
border-color css
<style>
span { border-color: #B3797B; }
span { border-color: rgb(179,121,123); }
td.TdClassName
{
border-color: #B3797B;
}
.TagClassName
{
border-color: #B3797B;
}
</style>