Shades of Brandy Rose #BE8A7C
Tints of Brandy Rose #BE8A7C
RGB
CMYK
RGB Variations
Color information
#BE8A7C (or 0xBE8A7C) is known color: Brandy Rose. HEX triplet: BE, 8A and 7C. RGB value is (190,138,124). Sum of RGB (Red+Green+Blue) = 190+138+124=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8A7C is #417583. Grayscale: #989898. Windows color (decimal): -4289924 or 8161982. OLE color: 8161982.
HSL color Cylindrical-coordinate representation of color #BE8A7C: hue angle of 12.73º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE8A7C is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 138 | 124 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.25 |
| HSL | 12.73º | 0.34% | 0.62% | - |
| HSV(B) | 12.73º | 0.35% | 0.75% | - |
| XYZ | 33.96 | 30.58 | 23.18 | - |
| YUV | 151.95 | 112.23 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 138 | 124 | 0 | 0.27 | 0.35 | 0.25 | 12.73 | 0.34 | 0.62 |
| Hex | BE | 8A | 7C | 0 | 1B | 23 | 19 | D | 22 | 3E |
| Octal | 276 | 212 | 174 | 0 | 33 | 43 | 31 | 15 | 42 | 76 |
| Binary | 10111110 | 10001010 | 1111100 | 0 | 11011 | 100011 | 11001 | 1101 | 100010 | 111110 |
Color Harmonies of #BE8A7C
Complementary color
Monochromatic Colors of #BE8A7C
Black with #BE8A7C
Text Example
Text Example
White with #BE8A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8A7C; }
p { color: rgb(190,138,124); }
H1.HeaderClassName
{
color: #BE8A7C;
}
.AnyTagClassName
{
color: #BE8A7C;
}
</style>
background-color css
<style>
a { background-color: #BE8A7C; }
a { background-color: rgb(190,138,124); }
div.DivClassName
{
background-color: #BE8A7C;
}
.BgClassName
{
background-color: #BE8A7C;
}
</style>
border-color css
<style>
span { border-color: #BE8A7C; }
span { border-color: rgb(190,138,124); }
td.TdClassName
{
border-color: #BE8A7C;
}
.TagClassName
{
border-color: #BE8A7C;
}
</style>