Shades of Brandy Rose #B57A71
Tints of Brandy Rose #B57A71
RGB
CMYK
RGB Variations
Color information
#B57A71 (or 0xB57A71) is known color: Brandy Rose. HEX triplet: B5, 7A and 71. RGB value is (181,122,113). Sum of RGB (Red+Green+Blue) = 181+122+113=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57A71 is #4A858E. Grayscale: #8A8A8A. Windows color (decimal): -4883855 or 7436981. OLE color: 7436981.
HSL color Cylindrical-coordinate representation of color #B57A71: hue angle of 7.94º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B57A71 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 122 | 113 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.29 |
| HSL | 7.94º | 0.31% | 0.58% | - |
| HSV(B) | 7.94º | 0.38% | 0.71% | - |
| XYZ | 29 | 24.94 | 18.91 | - |
| YUV | 138.62 | 113.55 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 113 | 0 | 0.33 | 0.38 | 0.29 | 7.94 | 0.31 | 0.58 |
| Hex | B5 | 7A | 71 | 0 | 21 | 26 | 1D | 8 | 1F | 3A |
| Octal | 265 | 172 | 161 | 0 | 41 | 46 | 35 | 10 | 37 | 72 |
| Binary | 10110101 | 1111010 | 1110001 | 0 | 100001 | 100110 | 11101 | 1000 | 11111 | 111010 |
Color Harmonies of #B57A71
Complementary color
Monochromatic Colors of #B57A71
Black with #B57A71
Text Example
Text Example
White with #B57A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57A71; }
p { color: rgb(181,122,113); }
H1.HeaderClassName
{
color: #B57A71;
}
.AnyTagClassName
{
color: #B57A71;
}
</style>
background-color css
<style>
a { background-color: #B57A71; }
a { background-color: rgb(181,122,113); }
div.DivClassName
{
background-color: #B57A71;
}
.BgClassName
{
background-color: #B57A71;
}
</style>
border-color css
<style>
span { border-color: #B57A71; }
span { border-color: rgb(181,122,113); }
td.TdClassName
{
border-color: #B57A71;
}
.TagClassName
{
border-color: #B57A71;
}
</style>