Shades of Brandy Rose #B57A73
Tints of Brandy Rose #B57A73
RGB
CMYK
RGB Variations
Color information
#B57A73 (or 0xB57A73) is known color: Brandy Rose. HEX triplet: B5, 7A and 73. RGB value is (181,122,115). Sum of RGB (Red+Green+Blue) = 181+122+115=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57A73 is #4A858C. Grayscale: #8A8A8A. Windows color (decimal): -4883853 or 7568053. OLE color: 7568053.
HSL color Cylindrical-coordinate representation of color #B57A73: hue angle of 6.36º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B57A73 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 122 | 115 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.29 |
| HSL | 6.36º | 0.31% | 0.58% | - |
| HSV(B) | 6.36º | 0.36% | 0.71% | - |
| XYZ | 29.11 | 24.98 | 19.51 | - |
| YUV | 138.84 | 114.55 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 115 | 0 | 0.33 | 0.36 | 0.29 | 6.36 | 0.31 | 0.58 |
| Hex | B5 | 7A | 73 | 0 | 21 | 24 | 1D | 6 | 1F | 3A |
| Octal | 265 | 172 | 163 | 0 | 41 | 44 | 35 | 6 | 37 | 72 |
| Binary | 10110101 | 1111010 | 1110011 | 0 | 100001 | 100100 | 11101 | 110 | 11111 | 111010 |
Color Harmonies of #B57A73
Complementary color
Monochromatic Colors of #B57A73
Black with #B57A73
Text Example
Text Example
White with #B57A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57A73; }
p { color: rgb(181,122,115); }
H1.HeaderClassName
{
color: #B57A73;
}
.AnyTagClassName
{
color: #B57A73;
}
</style>
background-color css
<style>
a { background-color: #B57A73; }
a { background-color: rgb(181,122,115); }
div.DivClassName
{
background-color: #B57A73;
}
.BgClassName
{
background-color: #B57A73;
}
</style>
border-color css
<style>
span { border-color: #B57A73; }
span { border-color: rgb(181,122,115); }
td.TdClassName
{
border-color: #B57A73;
}
.TagClassName
{
border-color: #B57A73;
}
</style>