Shades of Brandy Rose #B57976
Tints of Brandy Rose #B57976
RGB
CMYK
RGB Variations
Color information
#B57976 (or 0xB57976) is known color: Brandy Rose. HEX triplet: B5, 79 and 76. RGB value is (181,121,118). Sum of RGB (Red+Green+Blue) = 181+121+118=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B57976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57976 is #4A8689. Grayscale: #8A8A8A. Windows color (decimal): -4884106 or 7764405. OLE color: 7764405.
HSL color Cylindrical-coordinate representation of color #B57976: hue angle of 2.86º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B57976 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 121 | 118 | - |
| CMYK | 0 | 0.33 | 0.35 | 0.29 |
| HSL | 2.86º | 0.3% | 0.59% | - |
| HSV(B) | 2.86º | 0.35% | 0.71% | - |
| XYZ | 29.16 | 24.81 | 20.39 | - |
| YUV | 138.6 | 116.38 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 121 | 118 | 0 | 0.33 | 0.35 | 0.29 | 2.86 | 0.3 | 0.59 |
| Hex | B5 | 79 | 76 | 0 | 21 | 23 | 1D | 3 | 1E | 3B |
| Octal | 265 | 171 | 166 | 0 | 41 | 43 | 35 | 3 | 36 | 73 |
| Binary | 10110101 | 1111001 | 1110110 | 0 | 100001 | 100011 | 11101 | 11 | 11110 | 111011 |
Color Harmonies of #B57976
Complementary color
Monochromatic Colors of #B57976
Black with #B57976
Text Example
Text Example
White with #B57976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57976; }
p { color: rgb(181,121,118); }
H1.HeaderClassName
{
color: #B57976;
}
.AnyTagClassName
{
color: #B57976;
}
</style>
background-color css
<style>
a { background-color: #B57976; }
a { background-color: rgb(181,121,118); }
div.DivClassName
{
background-color: #B57976;
}
.BgClassName
{
background-color: #B57976;
}
</style>
border-color css
<style>
span { border-color: #B57976; }
span { border-color: rgb(181,121,118); }
td.TdClassName
{
border-color: #B57976;
}
.TagClassName
{
border-color: #B57976;
}
</style>