Shades of Brandy Rose #BE836F
Tints of Brandy Rose #BE836F
RGB
CMYK
RGB Variations
Color information
#BE836F (or 0xBE836F) is known color: Brandy Rose. HEX triplet: BE, 83 and 6F. RGB value is (190,131,111). Sum of RGB (Red+Green+Blue) = 190+131+111=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE836F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE836F is #417C90. Grayscale: #929292. Windows color (decimal): -4291729 or 7308222. OLE color: 7308222.
HSL color Cylindrical-coordinate representation of color #BE836F: hue angle of 15.19º 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 #BE836F is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 131 | 111 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.25 |
| HSL | 15.19º | 0.38% | 0.59% | - |
| HSV(B) | 15.19º | 0.42% | 0.75% | - |
| XYZ | 32.22 | 28.33 | 18.81 | - |
| YUV | 146.36 | 108.05 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 131 | 111 | 0 | 0.31 | 0.42 | 0.25 | 15.19 | 0.38 | 0.59 |
| Hex | BE | 83 | 6F | 0 | 1F | 2A | 19 | F | 26 | 3B |
| Octal | 276 | 203 | 157 | 0 | 37 | 52 | 31 | 17 | 46 | 73 |
| Binary | 10111110 | 10000011 | 1101111 | 0 | 11111 | 101010 | 11001 | 1111 | 100110 | 111011 |
Color Harmonies of #BE836F
Complementary color
Monochromatic Colors of #BE836F
Black with #BE836F
Text Example
Text Example
White with #BE836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE836F; }
p { color: rgb(190,131,111); }
H1.HeaderClassName
{
color: #BE836F;
}
.AnyTagClassName
{
color: #BE836F;
}
</style>
background-color css
<style>
a { background-color: #BE836F; }
a { background-color: rgb(190,131,111); }
div.DivClassName
{
background-color: #BE836F;
}
.BgClassName
{
background-color: #BE836F;
}
</style>
border-color css
<style>
span { border-color: #BE836F; }
span { border-color: rgb(190,131,111); }
td.TdClassName
{
border-color: #BE836F;
}
.TagClassName
{
border-color: #BE836F;
}
</style>