Shades of Brandy Rose #BE7E7B
Tints of Brandy Rose #BE7E7B
RGB
CMYK
RGB Variations
Color information
#BE7E7B (or 0xBE7E7B) is known color: Brandy Rose. HEX triplet: BE, 7E and 7B. RGB value is (190,126,123). Sum of RGB (Red+Green+Blue) = 190+126+123=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7E7B is #418184. Grayscale: #909090. Windows color (decimal): -4292997 or 8093374. OLE color: 8093374.
HSL color Cylindrical-coordinate representation of color #BE7E7B: hue angle of 2.69º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE7E7B is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 126 | 123 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.25 |
| HSL | 2.69º | 0.34% | 0.61% | - |
| HSV(B) | 2.69º | 0.35% | 0.75% | - |
| XYZ | 32.27 | 27.3 | 22.31 | - |
| YUV | 144.79 | 115.7 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 126 | 123 | 0 | 0.34 | 0.35 | 0.25 | 2.69 | 0.34 | 0.61 |
| Hex | BE | 7E | 7B | 0 | 22 | 23 | 19 | 3 | 22 | 3D |
| Octal | 276 | 176 | 173 | 0 | 42 | 43 | 31 | 3 | 42 | 75 |
| Binary | 10111110 | 1111110 | 1111011 | 0 | 100010 | 100011 | 11001 | 11 | 100010 | 111101 |
Color Harmonies of #BE7E7B
Complementary color
Monochromatic Colors of #BE7E7B
Black with #BE7E7B
Text Example
Text Example
White with #BE7E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7E7B; }
p { color: rgb(190,126,123); }
H1.HeaderClassName
{
color: #BE7E7B;
}
.AnyTagClassName
{
color: #BE7E7B;
}
</style>
background-color css
<style>
a { background-color: #BE7E7B; }
a { background-color: rgb(190,126,123); }
div.DivClassName
{
background-color: #BE7E7B;
}
.BgClassName
{
background-color: #BE7E7B;
}
</style>
border-color css
<style>
span { border-color: #BE7E7B; }
span { border-color: rgb(190,126,123); }
td.TdClassName
{
border-color: #BE7E7B;
}
.TagClassName
{
border-color: #BE7E7B;
}
</style>