Shades of Brandy Rose #BE856E
Tints of Brandy Rose #BE856E
RGB
CMYK
RGB Variations
Color information
#BE856E (or 0xBE856E) is known color: Brandy Rose. HEX triplet: BE, 85 and 6E. RGB value is (190,133,110). Sum of RGB (Red+Green+Blue) = 190+133+110=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE856E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE856E is #417A91. Grayscale: #939393. Windows color (decimal): -4291218 or 7243198. OLE color: 7243198.
HSL color Cylindrical-coordinate representation of color #BE856E: hue angle of 17.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE856E is Cyan = 0, Magento = 0.3, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 133 | 110 | - |
| CMYK | 0 | 0.3 | 0.42 | 0.25 |
| HSL | 17.25º | 0.38% | 0.59% | - |
| HSV(B) | 17.25º | 0.42% | 0.75% | - |
| XYZ | 32.44 | 28.85 | 18.61 | - |
| YUV | 147.42 | 106.88 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 110 | 0 | 0.3 | 0.42 | 0.25 | 17.25 | 0.38 | 0.59 |
| Hex | BE | 85 | 6E | 0 | 1E | 2A | 19 | 11 | 26 | 3B |
| Octal | 276 | 205 | 156 | 0 | 36 | 52 | 31 | 21 | 46 | 73 |
| Binary | 10111110 | 10000101 | 1101110 | 0 | 11110 | 101010 | 11001 | 10001 | 100110 | 111011 |
Color Harmonies of #BE856E
Complementary color
Monochromatic Colors of #BE856E
Black with #BE856E
Text Example
Text Example
White with #BE856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE856E; }
p { color: rgb(190,133,110); }
H1.HeaderClassName
{
color: #BE856E;
}
.AnyTagClassName
{
color: #BE856E;
}
</style>
background-color css
<style>
a { background-color: #BE856E; }
a { background-color: rgb(190,133,110); }
div.DivClassName
{
background-color: #BE856E;
}
.BgClassName
{
background-color: #BE856E;
}
</style>
border-color css
<style>
span { border-color: #BE856E; }
span { border-color: rgb(190,133,110); }
td.TdClassName
{
border-color: #BE856E;
}
.TagClassName
{
border-color: #BE856E;
}
</style>