Shades of Brandy Rose #BE8970
Tints of Brandy Rose #BE8970
RGB
CMYK
RGB Variations
Color information
#BE8970 (or 0xBE8970) is known color: Brandy Rose. HEX triplet: BE, 89 and 70. RGB value is (190,137,112). Sum of RGB (Red+Green+Blue) = 190+137+112=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8970 is #41768F. Grayscale: #969696. Windows color (decimal): -4290192 or 7375294. OLE color: 7375294.
HSL color Cylindrical-coordinate representation of color #BE8970: hue angle of 19.23º degrees, saturation: 0.38, 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 #BE8970 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 137 | 112 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.25 |
| HSL | 19.23º | 0.38% | 0.59% | - |
| HSV(B) | 19.23º | 0.41% | 0.75% | - |
| XYZ | 33.11 | 30.01 | 19.38 | - |
| YUV | 150 | 106.56 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 137 | 112 | 0 | 0.28 | 0.41 | 0.25 | 19.23 | 0.38 | 0.59 |
| Hex | BE | 89 | 70 | 0 | 1C | 29 | 19 | 13 | 26 | 3B |
| Octal | 276 | 211 | 160 | 0 | 34 | 51 | 31 | 23 | 46 | 73 |
| Binary | 10111110 | 10001001 | 1110000 | 0 | 11100 | 101001 | 11001 | 10011 | 100110 | 111011 |
Color Harmonies of #BE8970
Complementary color
Monochromatic Colors of #BE8970
Black with #BE8970
Text Example
Text Example
White with #BE8970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8970; }
p { color: rgb(190,137,112); }
H1.HeaderClassName
{
color: #BE8970;
}
.AnyTagClassName
{
color: #BE8970;
}
</style>
background-color css
<style>
a { background-color: #BE8970; }
a { background-color: rgb(190,137,112); }
div.DivClassName
{
background-color: #BE8970;
}
.BgClassName
{
background-color: #BE8970;
}
</style>
border-color css
<style>
span { border-color: #BE8970; }
span { border-color: rgb(190,137,112); }
td.TdClassName
{
border-color: #BE8970;
}
.TagClassName
{
border-color: #BE8970;
}
</style>