Shades of Brandy Rose #BE896D
Tints of Brandy Rose #BE896D
RGB
CMYK
RGB Variations
Color information
#BE896D (or 0xBE896D) is known color: Brandy Rose. HEX triplet: BE, 89 and 6D. RGB value is (190,137,109). Sum of RGB (Red+Green+Blue) = 190+137+109=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE896D is #417692. Grayscale: #959595. Windows color (decimal): -4290195 or 7178686. OLE color: 7178686.
HSL color Cylindrical-coordinate representation of color #BE896D: hue angle of 20.74º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE896D is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 137 | 109 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.25 |
| HSL | 20.74º | 0.38% | 0.59% | - |
| HSV(B) | 20.74º | 0.43% | 0.75% | - |
| XYZ | 32.94 | 29.94 | 18.51 | - |
| YUV | 149.66 | 105.06 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 137 | 109 | 0 | 0.28 | 0.43 | 0.25 | 20.74 | 0.38 | 0.59 |
| Hex | BE | 89 | 6D | 0 | 1C | 2B | 19 | 15 | 26 | 3B |
| Octal | 276 | 211 | 155 | 0 | 34 | 53 | 31 | 25 | 46 | 73 |
| Binary | 10111110 | 10001001 | 1101101 | 0 | 11100 | 101011 | 11001 | 10101 | 100110 | 111011 |
Color Harmonies of #BE896D
Complementary color
Monochromatic Colors of #BE896D
Black with #BE896D
Text Example
Text Example
White with #BE896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE896D; }
p { color: rgb(190,137,109); }
H1.HeaderClassName
{
color: #BE896D;
}
.AnyTagClassName
{
color: #BE896D;
}
</style>
background-color css
<style>
a { background-color: #BE896D; }
a { background-color: rgb(190,137,109); }
div.DivClassName
{
background-color: #BE896D;
}
.BgClassName
{
background-color: #BE896D;
}
</style>
border-color css
<style>
span { border-color: #BE896D; }
span { border-color: rgb(190,137,109); }
td.TdClassName
{
border-color: #BE896D;
}
.TagClassName
{
border-color: #BE896D;
}
</style>