Shades of Brandy Rose #B57978
Tints of Brandy Rose #B57978
RGB
CMYK
RGB Variations
Color information
#B57978 (or 0xB57978) is known color: Brandy Rose. HEX triplet: B5, 79 and 78. RGB value is (181,121,120). Sum of RGB (Red+Green+Blue) = 181+121+120=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B57978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57978 is #4A8687. Grayscale: #8A8A8A. Windows color (decimal): -4884104 or 7895477. OLE color: 7895477.
HSL color Cylindrical-coordinate representation of color #B57978: hue angle of 0.98º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B57978 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 121 | 120 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.29 |
| HSL | 0.98º | 0.29% | 0.59% | - |
| HSV(B) | 0.98º | 0.34% | 0.71% | - |
| XYZ | 29.28 | 24.85 | 21.02 | - |
| YUV | 138.83 | 117.38 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 121 | 120 | 0 | 0.33 | 0.34 | 0.29 | 0.98 | 0.29 | 0.59 |
| Hex | B5 | 79 | 78 | 0 | 21 | 22 | 1D | 1 | 1D | 3B |
| Octal | 265 | 171 | 170 | 0 | 41 | 42 | 35 | 1 | 35 | 73 |
| Binary | 10110101 | 1111001 | 1111000 | 0 | 100001 | 100010 | 11101 | 1 | 11101 | 111011 |
Color Harmonies of #B57978
Complementary color
Monochromatic Colors of #B57978
Black with #B57978
Text Example
Text Example
White with #B57978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57978; }
p { color: rgb(181,121,120); }
H1.HeaderClassName
{
color: #B57978;
}
.AnyTagClassName
{
color: #B57978;
}
</style>
background-color css
<style>
a { background-color: #B57978; }
a { background-color: rgb(181,121,120); }
div.DivClassName
{
background-color: #B57978;
}
.BgClassName
{
background-color: #B57978;
}
</style>
border-color css
<style>
span { border-color: #B57978; }
span { border-color: rgb(181,121,120); }
td.TdClassName
{
border-color: #B57978;
}
.TagClassName
{
border-color: #B57978;
}
</style>