Shades of Brandy Rose #BE846E
Tints of Brandy Rose #BE846E
RGB
CMYK
RGB Variations
Color information
#BE846E (or 0xBE846E) is known color: Brandy Rose. HEX triplet: BE, 84 and 6E. RGB value is (190,132,110). Sum of RGB (Red+Green+Blue) = 190+132+110=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE846E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE846E is #417B91. Grayscale: #929292. Windows color (decimal): -4291474 or 7242942. OLE color: 7242942.
HSL color Cylindrical-coordinate representation of color #BE846E: hue angle of 16.5º 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 #BE846E is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 132 | 110 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.25 |
| HSL | 16.5º | 0.38% | 0.59% | - |
| HSV(B) | 16.5º | 0.42% | 0.75% | - |
| XYZ | 32.3 | 28.58 | 18.57 | - |
| YUV | 146.83 | 107.22 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 132 | 110 | 0 | 0.31 | 0.42 | 0.25 | 16.5 | 0.38 | 0.59 |
| Hex | BE | 84 | 6E | 0 | 1F | 2A | 19 | 10 | 26 | 3B |
| Octal | 276 | 204 | 156 | 0 | 37 | 52 | 31 | 20 | 46 | 73 |
| Binary | 10111110 | 10000100 | 1101110 | 0 | 11111 | 101010 | 11001 | 10000 | 100110 | 111011 |
Color Harmonies of #BE846E
Complementary color
Monochromatic Colors of #BE846E
Black with #BE846E
Text Example
Text Example
White with #BE846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE846E; }
p { color: rgb(190,132,110); }
H1.HeaderClassName
{
color: #BE846E;
}
.AnyTagClassName
{
color: #BE846E;
}
</style>
background-color css
<style>
a { background-color: #BE846E; }
a { background-color: rgb(190,132,110); }
div.DivClassName
{
background-color: #BE846E;
}
.BgClassName
{
background-color: #BE846E;
}
</style>
border-color css
<style>
span { border-color: #BE846E; }
span { border-color: rgb(190,132,110); }
td.TdClassName
{
border-color: #BE846E;
}
.TagClassName
{
border-color: #BE846E;
}
</style>