Shades of Brandy Rose #BE857D
Tints of Brandy Rose #BE857D
RGB
CMYK
RGB Variations
Color information
#BE857D (or 0xBE857D) is known color: Brandy Rose. HEX triplet: BE, 85 and 7D. RGB value is (190,133,125). Sum of RGB (Red+Green+Blue) = 190+133+125=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE857D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE857D is #417A82. Grayscale: #959595. Windows color (decimal): -4291203 or 8226238. OLE color: 8226238.
HSL color Cylindrical-coordinate representation of color #BE857D: hue angle of 7.38º 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 #BE857D is Cyan = 0, Magento = 0.3, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 133 | 125 | - |
| CMYK | 0 | 0.3 | 0.34 | 0.25 |
| HSL | 7.38º | 0.33% | 0.62% | - |
| HSV(B) | 7.38º | 0.34% | 0.75% | - |
| XYZ | 33.32 | 29.2 | 23.28 | - |
| YUV | 149.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 125 | 0 | 0.3 | 0.34 | 0.25 | 7.38 | 0.33 | 0.62 |
| Hex | BE | 85 | 7D | 0 | 1E | 22 | 19 | 7 | 21 | 3E |
| Octal | 276 | 205 | 175 | 0 | 36 | 42 | 31 | 7 | 41 | 76 |
| Binary | 10111110 | 10000101 | 1111101 | 0 | 11110 | 100010 | 11001 | 111 | 100001 | 111110 |
Color Harmonies of #BE857D
Complementary color
Monochromatic Colors of #BE857D
Black with #BE857D
Text Example
Text Example
White with #BE857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE857D; }
p { color: rgb(190,133,125); }
H1.HeaderClassName
{
color: #BE857D;
}
.AnyTagClassName
{
color: #BE857D;
}
</style>
background-color css
<style>
a { background-color: #BE857D; }
a { background-color: rgb(190,133,125); }
div.DivClassName
{
background-color: #BE857D;
}
.BgClassName
{
background-color: #BE857D;
}
</style>
border-color css
<style>
span { border-color: #BE857D; }
span { border-color: rgb(190,133,125); }
td.TdClassName
{
border-color: #BE857D;
}
.TagClassName
{
border-color: #BE857D;
}
</style>