Shades of Brandy Rose #B57979
Tints of Brandy Rose #B57979
RGB
CMYK
RGB Variations
Color information
#B57979 (or 0xB57979) is known color: Brandy Rose. HEX triplet: B5, 79 and 79. RGB value is (181,121,121). Sum of RGB (Red+Green+Blue) = 181+121+121=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B57979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57979 is #4A8686. Grayscale: #8B8B8B. Windows color (decimal): -4884103 or 7961013. OLE color: 7961013.
HSL color Cylindrical-coordinate representation of color #B57979: hue angle of 0º 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 #B57979 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 121 | 121 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.29 |
| HSL | 0º | 0.29% | 0.59% | - |
| HSV(B) | 0º | 0.33% | 0.71% | - |
| XYZ | 29.34 | 24.88 | 21.34 | - |
| YUV | 138.94 | 117.88 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 121 | 121 | 0 | 0.33 | 0.33 | 0.29 | 0 | 0.29 | 0.59 |
| Hex | B5 | 79 | 79 | 0 | 21 | 21 | 1D | 0 | 1D | 3B |
| Octal | 265 | 171 | 171 | 0 | 41 | 41 | 35 | 0 | 35 | 73 |
| Binary | 10110101 | 1111001 | 1111001 | 0 | 100001 | 100001 | 11101 | 0 | 11101 | 111011 |
Color Harmonies of #B57979
Complementary color
Monochromatic Colors of #B57979
Black with #B57979
Text Example
Text Example
White with #B57979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57979; }
p { color: rgb(181,121,121); }
H1.HeaderClassName
{
color: #B57979;
}
.AnyTagClassName
{
color: #B57979;
}
</style>
background-color css
<style>
a { background-color: #B57979; }
a { background-color: rgb(181,121,121); }
div.DivClassName
{
background-color: #B57979;
}
.BgClassName
{
background-color: #B57979;
}
</style>
border-color css
<style>
span { border-color: #B57979; }
span { border-color: rgb(181,121,121); }
td.TdClassName
{
border-color: #B57979;
}
.TagClassName
{
border-color: #B57979;
}
</style>