Shades of Turkish Rose #B57A7C
Tints of Turkish Rose #B57A7C
RGB
CMYK
RGB Variations
Color information
#B57A7C (or 0xB57A7C) is known color: Turkish Rose. HEX triplet: B5, 7A and 7C. RGB value is (181,122,124). Sum of RGB (Red+Green+Blue) = 181+122+124=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57A7C is #4A8583. Grayscale: #8B8B8B. Windows color (decimal): -4883844 or 8157877. OLE color: 8157877.
HSL color Cylindrical-coordinate representation of color #B57A7C: hue angle of 357.97º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B57A7C is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 122 | 124 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.29 |
| HSL | 357.97º | 0.29% | 0.59% | - |
| HSV(B) | 357.97º | 0.33% | 0.71% | - |
| XYZ | 29.65 | 25.2 | 22.37 | - |
| YUV | 139.87 | 119.05 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 124 | 0 | 0.33 | 0.31 | 0.29 | 357.97 | 0.29 | 0.59 |
| Hex | B5 | 7A | 7C | 0 | 21 | 1F | 1D | 166 | 1D | 3B |
| Octal | 265 | 172 | 174 | 0 | 41 | 37 | 35 | 546 | 35 | 73 |
| Binary | 10110101 | 1111010 | 1111100 | 0 | 100001 | 11111 | 11101 | 101100110 | 11101 | 111011 |
Color Harmonies of #B57A7C
Complementary color
Monochromatic Colors of #B57A7C
Black with #B57A7C
Text Example
Text Example
White with #B57A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57A7C; }
p { color: rgb(181,122,124); }
H1.HeaderClassName
{
color: #B57A7C;
}
.AnyTagClassName
{
color: #B57A7C;
}
</style>
background-color css
<style>
a { background-color: #B57A7C; }
a { background-color: rgb(181,122,124); }
div.DivClassName
{
background-color: #B57A7C;
}
.BgClassName
{
background-color: #B57A7C;
}
</style>
border-color css
<style>
span { border-color: #B57A7C; }
span { border-color: rgb(181,122,124); }
td.TdClassName
{
border-color: #B57A7C;
}
.TagClassName
{
border-color: #B57A7C;
}
</style>