Shades of Brandy Rose #B57E7E
Tints of Brandy Rose #B57E7E
RGB
CMYK
RGB Variations
Color information
#B57E7E (or 0xB57E7E) is known color: Brandy Rose. HEX triplet: B5, 7E and 7E. RGB value is (181,126,126). Sum of RGB (Red+Green+Blue) = 181+126+126=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E7E is #4A8181. Grayscale: #8E8E8E. Windows color (decimal): -4882818 or 8289973. OLE color: 8289973.
HSL color Cylindrical-coordinate representation of color #B57E7E: hue angle of 0º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B57E7E is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 126 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.29 |
| HSL | 0º | 0.27% | 0.6% | - |
| HSV(B) | 0º | 0.3% | 0.71% | - |
| XYZ | 30.28 | 26.25 | 23.21 | - |
| YUV | 142.45 | 118.72 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 126 | 0 | 0.30 | 0.30 | 0.29 | 0 | 0.27 | 0.6 |
| Hex | B5 | 7E | 7E | 0 | 1E | 1E | 1D | 0 | 1B | 3C |
| Octal | 265 | 176 | 176 | 0 | 36 | 36 | 35 | 0 | 33 | 74 |
| Binary | 10110101 | 1111110 | 1111110 | 0 | 11110 | 11110 | 11101 | 0 | 11011 | 111100 |
Color Harmonies of #B57E7E
Complementary color
Monochromatic Colors of #B57E7E
Black with #B57E7E
Text Example
Text Example
White with #B57E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E7E; }
p { color: rgb(181,126,126); }
H1.HeaderClassName
{
color: #B57E7E;
}
.AnyTagClassName
{
color: #B57E7E;
}
</style>
background-color css
<style>
a { background-color: #B57E7E; }
a { background-color: rgb(181,126,126); }
div.DivClassName
{
background-color: #B57E7E;
}
.BgClassName
{
background-color: #B57E7E;
}
</style>
border-color css
<style>
span { border-color: #B57E7E; }
span { border-color: rgb(181,126,126); }
td.TdClassName
{
border-color: #B57E7E;
}
.TagClassName
{
border-color: #B57E7E;
}
</style>