Shades of Brandy Rose #BE8478
Tints of Brandy Rose #BE8478
RGB
CMYK
RGB Variations
Color information
#BE8478 (or 0xBE8478) is known color: Brandy Rose. HEX triplet: BE, 84 and 78. RGB value is (190,132,120). Sum of RGB (Red+Green+Blue) = 190+132+120=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8478 is #417B87. Grayscale: #949494. Windows color (decimal): -4291464 or 7898302. OLE color: 7898302.
HSL color Cylindrical-coordinate representation of color #BE8478: hue angle of 10.29º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE8478 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 132 | 120 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.25 |
| HSL | 10.29º | 0.35% | 0.61% | - |
| HSV(B) | 10.29º | 0.37% | 0.75% | - |
| XYZ | 32.88 | 28.81 | 21.6 | - |
| YUV | 147.97 | 112.22 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 132 | 120 | 0 | 0.31 | 0.37 | 0.25 | 10.29 | 0.35 | 0.61 |
| Hex | BE | 84 | 78 | 0 | 1F | 25 | 19 | A | 23 | 3D |
| Octal | 276 | 204 | 170 | 0 | 37 | 45 | 31 | 12 | 43 | 75 |
| Binary | 10111110 | 10000100 | 1111000 | 0 | 11111 | 100101 | 11001 | 1010 | 100011 | 111101 |
Color Harmonies of #BE8478
Complementary color
Monochromatic Colors of #BE8478
Black with #BE8478
Text Example
Text Example
White with #BE8478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8478; }
p { color: rgb(190,132,120); }
H1.HeaderClassName
{
color: #BE8478;
}
.AnyTagClassName
{
color: #BE8478;
}
</style>
background-color css
<style>
a { background-color: #BE8478; }
a { background-color: rgb(190,132,120); }
div.DivClassName
{
background-color: #BE8478;
}
.BgClassName
{
background-color: #BE8478;
}
</style>
border-color css
<style>
span { border-color: #BE8478; }
span { border-color: rgb(190,132,120); }
td.TdClassName
{
border-color: #BE8478;
}
.TagClassName
{
border-color: #BE8478;
}
</style>