Shades of Brandy Rose #BE8576
Tints of Brandy Rose #BE8576
RGB
CMYK
RGB Variations
Color information
#BE8576 (or 0xBE8576) is known color: Brandy Rose. HEX triplet: BE, 85 and 76. RGB value is (190,133,118). Sum of RGB (Red+Green+Blue) = 190+133+118=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8576 is #417A89. Grayscale: #949494. Windows color (decimal): -4291210 or 7767486. OLE color: 7767486.
HSL color Cylindrical-coordinate representation of color #BE8576: hue angle of 12.5º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE8576 is Cyan = 0, Magento = 0.3, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 133 | 118 | - |
| CMYK | 0 | 0.3 | 0.38 | 0.25 |
| HSL | 12.5º | 0.36% | 0.6% | - |
| HSV(B) | 12.5º | 0.38% | 0.75% | - |
| XYZ | 32.89 | 29.03 | 21.01 | - |
| YUV | 148.33 | 110.88 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 118 | 0 | 0.3 | 0.38 | 0.25 | 12.5 | 0.36 | 0.6 |
| Hex | BE | 85 | 76 | 0 | 1E | 26 | 19 | C | 24 | 3C |
| Octal | 276 | 205 | 166 | 0 | 36 | 46 | 31 | 14 | 44 | 74 |
| Binary | 10111110 | 10000101 | 1110110 | 0 | 11110 | 100110 | 11001 | 1100 | 100100 | 111100 |
Color Harmonies of #BE8576
Complementary color
Monochromatic Colors of #BE8576
Black with #BE8576
Text Example
Text Example
White with #BE8576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8576; }
p { color: rgb(190,133,118); }
H1.HeaderClassName
{
color: #BE8576;
}
.AnyTagClassName
{
color: #BE8576;
}
</style>
background-color css
<style>
a { background-color: #BE8576; }
a { background-color: rgb(190,133,118); }
div.DivClassName
{
background-color: #BE8576;
}
.BgClassName
{
background-color: #BE8576;
}
</style>
border-color css
<style>
span { border-color: #BE8576; }
span { border-color: rgb(190,133,118); }
td.TdClassName
{
border-color: #BE8576;
}
.TagClassName
{
border-color: #BE8576;
}
</style>