Shades of Brandy Rose #B57A70
Tints of Brandy Rose #B57A70
RGB
CMYK
RGB Variations
Color information
#B57A70 (or 0xB57A70) is known color: Brandy Rose. HEX triplet: B5, 7A and 70. RGB value is (181,122,112). Sum of RGB (Red+Green+Blue) = 181+122+112=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57A70 is #4A858F. Grayscale: #8A8A8A. Windows color (decimal): -4883856 or 7371445. OLE color: 7371445.
HSL color Cylindrical-coordinate representation of color #B57A70: hue angle of 8.7º 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 #B57A70 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 122 | 112 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.29 |
| HSL | 8.7º | 0.32% | 0.57% | - |
| HSV(B) | 8.7º | 0.38% | 0.71% | - |
| XYZ | 28.94 | 24.91 | 18.61 | - |
| YUV | 138.5 | 113.05 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 112 | 0 | 0.33 | 0.38 | 0.29 | 8.7 | 0.32 | 0.57 |
| Hex | B5 | 7A | 70 | 0 | 21 | 26 | 1D | 9 | 20 | 39 |
| Octal | 265 | 172 | 160 | 0 | 41 | 46 | 35 | 11 | 40 | 71 |
| Binary | 10110101 | 1111010 | 1110000 | 0 | 100001 | 100110 | 11101 | 1001 | 100000 | 111001 |
Color Harmonies of #B57A70
Complementary color
Monochromatic Colors of #B57A70
Black with #B57A70
Text Example
Text Example
White with #B57A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57A70; }
p { color: rgb(181,122,112); }
H1.HeaderClassName
{
color: #B57A70;
}
.AnyTagClassName
{
color: #B57A70;
}
</style>
background-color css
<style>
a { background-color: #B57A70; }
a { background-color: rgb(181,122,112); }
div.DivClassName
{
background-color: #B57A70;
}
.BgClassName
{
background-color: #B57A70;
}
</style>
border-color css
<style>
span { border-color: #B57A70; }
span { border-color: rgb(181,122,112); }
td.TdClassName
{
border-color: #B57A70;
}
.TagClassName
{
border-color: #B57A70;
}
</style>