Shades of Brandy Rose #BE7D7D
Tints of Brandy Rose #BE7D7D
RGB
CMYK
RGB Variations
Color information
#BE7D7D (or 0xBE7D7D) is known color: Brandy Rose. HEX triplet: BE, 7D and 7D. RGB value is (190,125,125). Sum of RGB (Red+Green+Blue) = 190+125+125=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7D7D is #418282. Grayscale: #909090. Windows color (decimal): -4293251 or 8224190. OLE color: 8224190.
HSL color Cylindrical-coordinate representation of color #BE7D7D: hue angle of 0º 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 #BE7D7D is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 125 | 125 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.25 |
| HSL | 0º | 0.33% | 0.62% | - |
| HSV(B) | 0º | 0.34% | 0.75% | - |
| XYZ | 32.27 | 27.1 | 22.93 | - |
| YUV | 144.44 | 117.03 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 125 | 0 | 0.34 | 0.34 | 0.25 | 0 | 0.33 | 0.62 |
| Hex | BE | 7D | 7D | 0 | 22 | 22 | 19 | 0 | 21 | 3E |
| Octal | 276 | 175 | 175 | 0 | 42 | 42 | 31 | 0 | 41 | 76 |
| Binary | 10111110 | 1111101 | 1111101 | 0 | 100010 | 100010 | 11001 | 0 | 100001 | 111110 |
Color Harmonies of #BE7D7D
Complementary color
Monochromatic Colors of #BE7D7D
Black with #BE7D7D
Text Example
Text Example
White with #BE7D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7D7D; }
p { color: rgb(190,125,125); }
H1.HeaderClassName
{
color: #BE7D7D;
}
.AnyTagClassName
{
color: #BE7D7D;
}
</style>
background-color css
<style>
a { background-color: #BE7D7D; }
a { background-color: rgb(190,125,125); }
div.DivClassName
{
background-color: #BE7D7D;
}
.BgClassName
{
background-color: #BE7D7D;
}
</style>
border-color css
<style>
span { border-color: #BE7D7D; }
span { border-color: rgb(190,125,125); }
td.TdClassName
{
border-color: #BE7D7D;
}
.TagClassName
{
border-color: #BE7D7D;
}
</style>