Shades of Brandy Rose #B57977
Tints of Brandy Rose #B57977
RGB
CMYK
RGB Variations
Color information
#B57977 (or 0xB57977) is known color: Brandy Rose. HEX triplet: B5, 79 and 77. RGB value is (181,121,119). Sum of RGB (Red+Green+Blue) = 181+121+119=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B57977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57977 is #4A8688. Grayscale: #8A8A8A. Windows color (decimal): -4884105 or 7829941. OLE color: 7829941.
HSL color Cylindrical-coordinate representation of color #B57977: hue angle of 1.94º degrees, saturation: 0.3, 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 #B57977 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 121 | 119 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.29 |
| HSL | 1.94º | 0.3% | 0.59% | - |
| HSV(B) | 1.94º | 0.34% | 0.71% | - |
| XYZ | 29.22 | 24.83 | 20.71 | - |
| YUV | 138.71 | 116.88 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 121 | 119 | 0 | 0.33 | 0.34 | 0.29 | 1.94 | 0.3 | 0.59 |
| Hex | B5 | 79 | 77 | 0 | 21 | 22 | 1D | 2 | 1E | 3B |
| Octal | 265 | 171 | 167 | 0 | 41 | 42 | 35 | 2 | 36 | 73 |
| Binary | 10110101 | 1111001 | 1110111 | 0 | 100001 | 100010 | 11101 | 10 | 11110 | 111011 |
Color Harmonies of #B57977
Complementary color
Monochromatic Colors of #B57977
Black with #B57977
Text Example
Text Example
White with #B57977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57977; }
p { color: rgb(181,121,119); }
H1.HeaderClassName
{
color: #B57977;
}
.AnyTagClassName
{
color: #B57977;
}
</style>
background-color css
<style>
a { background-color: #B57977; }
a { background-color: rgb(181,121,119); }
div.DivClassName
{
background-color: #B57977;
}
.BgClassName
{
background-color: #B57977;
}
</style>
border-color css
<style>
span { border-color: #B57977; }
span { border-color: rgb(181,121,119); }
td.TdClassName
{
border-color: #B57977;
}
.TagClassName
{
border-color: #B57977;
}
</style>