Shades of Turkish Rose #B57A7B
Tints of Turkish Rose #B57A7B
RGB
CMYK
RGB Variations
Color information
#B57A7B (or 0xB57A7B) is known color: Turkish Rose. HEX triplet: B5, 7A and 7B. RGB value is (181,122,123). Sum of RGB (Red+Green+Blue) = 181+122+123=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57A7B is #4A8584. Grayscale: #8B8B8B. Windows color (decimal): -4883845 or 8092341. OLE color: 8092341.
HSL color Cylindrical-coordinate representation of color #B57A7B: hue angle of 358.98º 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 #B57A7B is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 122 | 123 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.29 |
| HSL | 358.98º | 0.29% | 0.59% | - |
| HSV(B) | 358.98º | 0.33% | 0.71% | - |
| XYZ | 29.59 | 25.17 | 22.04 | - |
| YUV | 139.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 123 | 0 | 0.33 | 0.32 | 0.29 | 358.98 | 0.29 | 0.59 |
| Hex | B5 | 7A | 7B | 0 | 21 | 20 | 1D | 167 | 1D | 3B |
| Octal | 265 | 172 | 173 | 0 | 41 | 40 | 35 | 547 | 35 | 73 |
| Binary | 10110101 | 1111010 | 1111011 | 0 | 100001 | 100000 | 11101 | 101100111 | 11101 | 111011 |
Color Harmonies of #B57A7B
Complementary color
Monochromatic Colors of #B57A7B
Black with #B57A7B
Text Example
Text Example
White with #B57A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57A7B; }
p { color: rgb(181,122,123); }
H1.HeaderClassName
{
color: #B57A7B;
}
.AnyTagClassName
{
color: #B57A7B;
}
</style>
background-color css
<style>
a { background-color: #B57A7B; }
a { background-color: rgb(181,122,123); }
div.DivClassName
{
background-color: #B57A7B;
}
.BgClassName
{
background-color: #B57A7B;
}
</style>
border-color css
<style>
span { border-color: #B57A7B; }
span { border-color: rgb(181,122,123); }
td.TdClassName
{
border-color: #B57A7B;
}
.TagClassName
{
border-color: #B57A7B;
}
</style>