Shades of Brandy Rose #BE8B7D
Tints of Brandy Rose #BE8B7D
RGB
CMYK
RGB Variations
Color information
#BE8B7D (or 0xBE8B7D) is known color: Brandy Rose. HEX triplet: BE, 8B and 7D. RGB value is (190,139,125). Sum of RGB (Red+Green+Blue) = 190+139+125=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8B7D is #417482. Grayscale: #989898. Windows color (decimal): -4289667 or 8227774. OLE color: 8227774.
HSL color Cylindrical-coordinate representation of color #BE8B7D: hue angle of 12.92º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE8B7D is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 139 | 125 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.25 |
| HSL | 12.92º | 0.33% | 0.62% | - |
| HSV(B) | 12.92º | 0.34% | 0.75% | - |
| XYZ | 34.17 | 30.89 | 23.56 | - |
| YUV | 152.65 | 112.4 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 139 | 125 | 0 | 0.27 | 0.34 | 0.25 | 12.92 | 0.33 | 0.62 |
| Hex | BE | 8B | 7D | 0 | 1B | 22 | 19 | D | 21 | 3E |
| Octal | 276 | 213 | 175 | 0 | 33 | 42 | 31 | 15 | 41 | 76 |
| Binary | 10111110 | 10001011 | 1111101 | 0 | 11011 | 100010 | 11001 | 1101 | 100001 | 111110 |
Color Harmonies of #BE8B7D
Complementary color
Monochromatic Colors of #BE8B7D
Black with #BE8B7D
Text Example
Text Example
White with #BE8B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8B7D; }
p { color: rgb(190,139,125); }
H1.HeaderClassName
{
color: #BE8B7D;
}
.AnyTagClassName
{
color: #BE8B7D;
}
</style>
background-color css
<style>
a { background-color: #BE8B7D; }
a { background-color: rgb(190,139,125); }
div.DivClassName
{
background-color: #BE8B7D;
}
.BgClassName
{
background-color: #BE8B7D;
}
</style>
border-color css
<style>
span { border-color: #BE8B7D; }
span { border-color: rgb(190,139,125); }
td.TdClassName
{
border-color: #BE8B7D;
}
.TagClassName
{
border-color: #BE8B7D;
}
</style>