Shades of Brandy Rose #BE8575
Tints of Brandy Rose #BE8575
RGB
CMYK
RGB Variations
Color information
#BE8575 (or 0xBE8575) is known color: Brandy Rose. HEX triplet: BE, 85 and 75. RGB value is (190,133,117). Sum of RGB (Red+Green+Blue) = 190+133+117=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8575 is #417A8A. Grayscale: #949494. Windows color (decimal): -4291211 or 7701950. OLE color: 7701950.
HSL color Cylindrical-coordinate representation of color #BE8575: hue angle of 13.15º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE8575 is Cyan = 0, Magento = 0.3, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 133 | 117 | - |
| CMYK | 0 | 0.3 | 0.38 | 0.25 |
| HSL | 13.15º | 0.36% | 0.6% | - |
| HSV(B) | 13.15º | 0.38% | 0.75% | - |
| XYZ | 32.83 | 29.01 | 20.7 | - |
| YUV | 148.22 | 110.38 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 117 | 0 | 0.3 | 0.38 | 0.25 | 13.15 | 0.36 | 0.6 |
| Hex | BE | 85 | 75 | 0 | 1E | 26 | 19 | D | 24 | 3C |
| Octal | 276 | 205 | 165 | 0 | 36 | 46 | 31 | 15 | 44 | 74 |
| Binary | 10111110 | 10000101 | 1110101 | 0 | 11110 | 100110 | 11001 | 1101 | 100100 | 111100 |
Color Harmonies of #BE8575
Complementary color
Monochromatic Colors of #BE8575
Black with #BE8575
Text Example
Text Example
White with #BE8575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8575; }
p { color: rgb(190,133,117); }
H1.HeaderClassName
{
color: #BE8575;
}
.AnyTagClassName
{
color: #BE8575;
}
</style>
background-color css
<style>
a { background-color: #BE8575; }
a { background-color: rgb(190,133,117); }
div.DivClassName
{
background-color: #BE8575;
}
.BgClassName
{
background-color: #BE8575;
}
</style>
border-color css
<style>
span { border-color: #BE8575; }
span { border-color: rgb(190,133,117); }
td.TdClassName
{
border-color: #BE8575;
}
.TagClassName
{
border-color: #BE8575;
}
</style>