Shades of Brandy Rose #BE8471
Tints of Brandy Rose #BE8471
RGB
CMYK
RGB Variations
Color information
#BE8471 (or 0xBE8471) is known color: Brandy Rose. HEX triplet: BE, 84 and 71. RGB value is (190,132,113). Sum of RGB (Red+Green+Blue) = 190+132+113=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8471 is #417B8E. Grayscale: #939393. Windows color (decimal): -4291471 or 7439550. OLE color: 7439550.
HSL color Cylindrical-coordinate representation of color #BE8471: hue angle of 14.81º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE8471 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 132 | 113 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.25 |
| HSL | 14.81º | 0.37% | 0.59% | - |
| HSV(B) | 14.81º | 0.41% | 0.75% | - |
| XYZ | 32.47 | 28.64 | 19.44 | - |
| YUV | 147.18 | 108.72 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 132 | 113 | 0 | 0.31 | 0.41 | 0.25 | 14.81 | 0.37 | 0.59 |
| Hex | BE | 84 | 71 | 0 | 1F | 29 | 19 | F | 25 | 3B |
| Octal | 276 | 204 | 161 | 0 | 37 | 51 | 31 | 17 | 45 | 73 |
| Binary | 10111110 | 10000100 | 1110001 | 0 | 11111 | 101001 | 11001 | 1111 | 100101 | 111011 |
Color Harmonies of #BE8471
Complementary color
Monochromatic Colors of #BE8471
Black with #BE8471
Text Example
Text Example
White with #BE8471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8471; }
p { color: rgb(190,132,113); }
H1.HeaderClassName
{
color: #BE8471;
}
.AnyTagClassName
{
color: #BE8471;
}
</style>
background-color css
<style>
a { background-color: #BE8471; }
a { background-color: rgb(190,132,113); }
div.DivClassName
{
background-color: #BE8471;
}
.BgClassName
{
background-color: #BE8471;
}
</style>
border-color css
<style>
span { border-color: #BE8471; }
span { border-color: rgb(190,132,113); }
td.TdClassName
{
border-color: #BE8471;
}
.TagClassName
{
border-color: #BE8471;
}
</style>