Shades of Brandy Rose #BE8078
Tints of Brandy Rose #BE8078
RGB
CMYK
RGB Variations
Color information
#BE8078 (or 0xBE8078) is known color: Brandy Rose. HEX triplet: BE, 80 and 78. RGB value is (190,128,120). Sum of RGB (Red+Green+Blue) = 190+128+120=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8078 is #417F87. Grayscale: #919191. Windows color (decimal): -4292488 or 7897278. OLE color: 7897278.
HSL color Cylindrical-coordinate representation of color #BE8078: hue angle of 6.86º 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 #BE8078 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 128 | 120 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.25 |
| HSL | 6.86º | 0.35% | 0.61% | - |
| HSV(B) | 6.86º | 0.37% | 0.75% | - |
| XYZ | 32.34 | 27.74 | 21.42 | - |
| YUV | 145.63 | 113.54 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 128 | 120 | 0 | 0.33 | 0.37 | 0.25 | 6.86 | 0.35 | 0.61 |
| Hex | BE | 80 | 78 | 0 | 21 | 25 | 19 | 7 | 23 | 3D |
| Octal | 276 | 200 | 170 | 0 | 41 | 45 | 31 | 7 | 43 | 75 |
| Binary | 10111110 | 10000000 | 1111000 | 0 | 100001 | 100101 | 11001 | 111 | 100011 | 111101 |
Color Harmonies of #BE8078
Complementary color
Monochromatic Colors of #BE8078
Black with #BE8078
Text Example
Text Example
White with #BE8078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8078; }
p { color: rgb(190,128,120); }
H1.HeaderClassName
{
color: #BE8078;
}
.AnyTagClassName
{
color: #BE8078;
}
</style>
background-color css
<style>
a { background-color: #BE8078; }
a { background-color: rgb(190,128,120); }
div.DivClassName
{
background-color: #BE8078;
}
.BgClassName
{
background-color: #BE8078;
}
</style>
border-color css
<style>
span { border-color: #BE8078; }
span { border-color: rgb(190,128,120); }
td.TdClassName
{
border-color: #BE8078;
}
.TagClassName
{
border-color: #BE8078;
}
</style>