Shades of Brandy Rose #BE8073
Tints of Brandy Rose #BE8073
RGB
CMYK
RGB Variations
Color information
#BE8073 (or 0xBE8073) is known color: Brandy Rose. HEX triplet: BE, 80 and 73. RGB value is (190,128,115). Sum of RGB (Red+Green+Blue) = 190+128+115=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8073 is #417F8C. Grayscale: #919191. Windows color (decimal): -4292493 or 7569598. OLE color: 7569598.
HSL color Cylindrical-coordinate representation of color #BE8073: hue angle of 10.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE8073 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 128 | 115 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.25 |
| HSL | 10.4º | 0.37% | 0.6% | - |
| HSV(B) | 10.4º | 0.39% | 0.75% | - |
| XYZ | 32.05 | 27.62 | 19.86 | - |
| YUV | 145.06 | 111.04 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 128 | 115 | 0 | 0.33 | 0.39 | 0.25 | 10.4 | 0.37 | 0.6 |
| Hex | BE | 80 | 73 | 0 | 21 | 27 | 19 | A | 25 | 3C |
| Octal | 276 | 200 | 163 | 0 | 41 | 47 | 31 | 12 | 45 | 74 |
| Binary | 10111110 | 10000000 | 1110011 | 0 | 100001 | 100111 | 11001 | 1010 | 100101 | 111100 |
Color Harmonies of #BE8073
Complementary color
Monochromatic Colors of #BE8073
Black with #BE8073
Text Example
Text Example
White with #BE8073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8073; }
p { color: rgb(190,128,115); }
H1.HeaderClassName
{
color: #BE8073;
}
.AnyTagClassName
{
color: #BE8073;
}
</style>
background-color css
<style>
a { background-color: #BE8073; }
a { background-color: rgb(190,128,115); }
div.DivClassName
{
background-color: #BE8073;
}
.BgClassName
{
background-color: #BE8073;
}
</style>
border-color css
<style>
span { border-color: #BE8073; }
span { border-color: rgb(190,128,115); }
td.TdClassName
{
border-color: #BE8073;
}
.TagClassName
{
border-color: #BE8073;
}
</style>