Shades of Brandy Rose #B57E6E
Tints of Brandy Rose #B57E6E
RGB
CMYK
RGB Variations
Color information
#B57E6E (or 0xB57E6E) is known color: Brandy Rose. HEX triplet: B5, 7E and 6E. RGB value is (181,126,110). Sum of RGB (Red+Green+Blue) = 181+126+110=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E6E is #4A8191. Grayscale: #8C8C8C. Windows color (decimal): -4882834 or 7241397. OLE color: 7241397.
HSL color Cylindrical-coordinate representation of color #B57E6E: hue angle of 13.52º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B57E6E is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 110 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.29 |
| HSL | 13.52º | 0.32% | 0.57% | - |
| HSV(B) | 13.52º | 0.39% | 0.71% | - |
| XYZ | 29.33 | 25.87 | 18.2 | - |
| YUV | 140.62 | 110.72 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 110 | 0 | 0.30 | 0.39 | 0.29 | 13.52 | 0.32 | 0.57 |
| Hex | B5 | 7E | 6E | 0 | 1E | 27 | 1D | E | 20 | 39 |
| Octal | 265 | 176 | 156 | 0 | 36 | 47 | 35 | 16 | 40 | 71 |
| Binary | 10110101 | 1111110 | 1101110 | 0 | 11110 | 100111 | 11101 | 1110 | 100000 | 111001 |
Color Harmonies of #B57E6E
Complementary color
Monochromatic Colors of #B57E6E
Black with #B57E6E
Text Example
Text Example
White with #B57E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E6E; }
p { color: rgb(181,126,110); }
H1.HeaderClassName
{
color: #B57E6E;
}
.AnyTagClassName
{
color: #B57E6E;
}
</style>
background-color css
<style>
a { background-color: #B57E6E; }
a { background-color: rgb(181,126,110); }
div.DivClassName
{
background-color: #B57E6E;
}
.BgClassName
{
background-color: #B57E6E;
}
</style>
border-color css
<style>
span { border-color: #B57E6E; }
span { border-color: rgb(181,126,110); }
td.TdClassName
{
border-color: #B57E6E;
}
.TagClassName
{
border-color: #B57E6E;
}
</style>