Shades of Brandy Rose #BE816F
Tints of Brandy Rose #BE816F
RGB
CMYK
RGB Variations
Color information
#BE816F (or 0xBE816F) is known color: Brandy Rose. HEX triplet: BE, 81 and 6F. RGB value is (190,129,111). Sum of RGB (Red+Green+Blue) = 190+129+111=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE816F is #417E90. Grayscale: #919191. Windows color (decimal): -4292241 or 7307710. OLE color: 7307710.
HSL color Cylindrical-coordinate representation of color #BE816F: hue angle of 13.67º 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 #BE816F is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 129 | 111 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.25 |
| HSL | 13.67º | 0.38% | 0.59% | - |
| HSV(B) | 13.67º | 0.42% | 0.75% | - |
| XYZ | 31.95 | 27.8 | 18.72 | - |
| YUV | 145.19 | 108.71 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 129 | 111 | 0 | 0.32 | 0.42 | 0.25 | 13.67 | 0.38 | 0.59 |
| Hex | BE | 81 | 6F | 0 | 20 | 2A | 19 | E | 26 | 3B |
| Octal | 276 | 201 | 157 | 0 | 40 | 52 | 31 | 16 | 46 | 73 |
| Binary | 10111110 | 10000001 | 1101111 | 0 | 100000 | 101010 | 11001 | 1110 | 100110 | 111011 |
Color Harmonies of #BE816F
Complementary color
Monochromatic Colors of #BE816F
Black with #BE816F
Text Example
Text Example
White with #BE816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE816F; }
p { color: rgb(190,129,111); }
H1.HeaderClassName
{
color: #BE816F;
}
.AnyTagClassName
{
color: #BE816F;
}
</style>
background-color css
<style>
a { background-color: #BE816F; }
a { background-color: rgb(190,129,111); }
div.DivClassName
{
background-color: #BE816F;
}
.BgClassName
{
background-color: #BE816F;
}
</style>
border-color css
<style>
span { border-color: #BE816F; }
span { border-color: rgb(190,129,111); }
td.TdClassName
{
border-color: #BE816F;
}
.TagClassName
{
border-color: #BE816F;
}
</style>