Shades of Brandy Rose #BE8178
Tints of Brandy Rose #BE8178
RGB
CMYK
RGB Variations
Color information
#BE8178 (or 0xBE8178) is known color: Brandy Rose. HEX triplet: BE, 81 and 78. RGB value is (190,129,120). Sum of RGB (Red+Green+Blue) = 190+129+120=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8178 is #417E87. Grayscale: #929292. Windows color (decimal): -4292232 or 7897534. OLE color: 7897534.
HSL color Cylindrical-coordinate representation of color #BE8178: hue angle of 7.71º 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 #BE8178 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 129 | 120 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.25 |
| HSL | 7.71º | 0.35% | 0.61% | - |
| HSV(B) | 7.71º | 0.37% | 0.75% | - |
| XYZ | 32.48 | 28 | 21.46 | - |
| YUV | 146.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 129 | 120 | 0 | 0.32 | 0.37 | 0.25 | 7.71 | 0.35 | 0.61 |
| Hex | BE | 81 | 78 | 0 | 20 | 25 | 19 | 8 | 23 | 3D |
| Octal | 276 | 201 | 170 | 0 | 40 | 45 | 31 | 10 | 43 | 75 |
| Binary | 10111110 | 10000001 | 1111000 | 0 | 100000 | 100101 | 11001 | 1000 | 100011 | 111101 |
Color Harmonies of #BE8178
Complementary color
Monochromatic Colors of #BE8178
Black with #BE8178
Text Example
Text Example
White with #BE8178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8178; }
p { color: rgb(190,129,120); }
H1.HeaderClassName
{
color: #BE8178;
}
.AnyTagClassName
{
color: #BE8178;
}
</style>
background-color css
<style>
a { background-color: #BE8178; }
a { background-color: rgb(190,129,120); }
div.DivClassName
{
background-color: #BE8178;
}
.BgClassName
{
background-color: #BE8178;
}
</style>
border-color css
<style>
span { border-color: #BE8178; }
span { border-color: rgb(190,129,120); }
td.TdClassName
{
border-color: #BE8178;
}
.TagClassName
{
border-color: #BE8178;
}
</style>