Shades of Brandy Rose #BE8376
Tints of Brandy Rose #BE8376
RGB
CMYK
RGB Variations
Color information
#BE8376 (or 0xBE8376) is known color: Brandy Rose. HEX triplet: BE, 83 and 76. RGB value is (190,131,118). Sum of RGB (Red+Green+Blue) = 190+131+118=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8376 is #417C89. Grayscale: #939393. Windows color (decimal): -4291722 or 7766974. OLE color: 7766974.
HSL color Cylindrical-coordinate representation of color #BE8376: hue angle of 10.83º 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 #BE8376 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 131 | 118 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.25 |
| HSL | 10.83º | 0.36% | 0.6% | - |
| HSV(B) | 10.83º | 0.38% | 0.75% | - |
| XYZ | 32.62 | 28.49 | 20.92 | - |
| YUV | 147.16 | 111.55 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 131 | 118 | 0 | 0.31 | 0.38 | 0.25 | 10.83 | 0.36 | 0.6 |
| Hex | BE | 83 | 76 | 0 | 1F | 26 | 19 | B | 24 | 3C |
| Octal | 276 | 203 | 166 | 0 | 37 | 46 | 31 | 13 | 44 | 74 |
| Binary | 10111110 | 10000011 | 1110110 | 0 | 11111 | 100110 | 11001 | 1011 | 100100 | 111100 |
Color Harmonies of #BE8376
Complementary color
Monochromatic Colors of #BE8376
Black with #BE8376
Text Example
Text Example
White with #BE8376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8376; }
p { color: rgb(190,131,118); }
H1.HeaderClassName
{
color: #BE8376;
}
.AnyTagClassName
{
color: #BE8376;
}
</style>
background-color css
<style>
a { background-color: #BE8376; }
a { background-color: rgb(190,131,118); }
div.DivClassName
{
background-color: #BE8376;
}
.BgClassName
{
background-color: #BE8376;
}
</style>
border-color css
<style>
span { border-color: #BE8376; }
span { border-color: rgb(190,131,118); }
td.TdClassName
{
border-color: #BE8376;
}
.TagClassName
{
border-color: #BE8376;
}
</style>