Shades of Turkish Rose #B57079
Tints of Turkish Rose #B57079
RGB
CMYK
RGB Variations
Color information
#B57079 (or 0xB57079) is known color: Turkish Rose. HEX triplet: B5, 70 and 79. RGB value is (181,112,121). Sum of RGB (Red+Green+Blue) = 181+112+121=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B57079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57079 is #4A8F86. Grayscale: #858585. Windows color (decimal): -4886407 or 7958709. OLE color: 7958709.
HSL color Cylindrical-coordinate representation of color #B57079: hue angle of 352.17º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B57079 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 112 | 121 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.29 |
| HSL | 352.17º | 0.32% | 0.57% | - |
| HSV(B) | 352.17º | 0.38% | 0.71% | - |
| XYZ | 28.3 | 22.79 | 21 | - |
| YUV | 133.66 | 120.86 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 121 | 0 | 0.38 | 0.33 | 0.29 | 352.17 | 0.32 | 0.57 |
| Hex | B5 | 70 | 79 | 0 | 26 | 21 | 1D | 160 | 20 | 39 |
| Octal | 265 | 160 | 171 | 0 | 46 | 41 | 35 | 540 | 40 | 71 |
| Binary | 10110101 | 1110000 | 1111001 | 0 | 100110 | 100001 | 11101 | 101100000 | 100000 | 111001 |
Color Harmonies of #B57079
Complementary color
Monochromatic Colors of #B57079
Black with #B57079
Text Example
Text Example
White with #B57079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57079; }
p { color: rgb(181,112,121); }
H1.HeaderClassName
{
color: #B57079;
}
.AnyTagClassName
{
color: #B57079;
}
</style>
background-color css
<style>
a { background-color: #B57079; }
a { background-color: rgb(181,112,121); }
div.DivClassName
{
background-color: #B57079;
}
.BgClassName
{
background-color: #B57079;
}
</style>
border-color css
<style>
span { border-color: #B57079; }
span { border-color: rgb(181,112,121); }
td.TdClassName
{
border-color: #B57079;
}
.TagClassName
{
border-color: #B57079;
}
</style>