Shades of Brandy Rose #B57E6D
Tints of Brandy Rose #B57E6D
RGB
CMYK
RGB Variations
Color information
#B57E6D (or 0xB57E6D) is known color: Brandy Rose. HEX triplet: B5, 7E and 6D. RGB value is (181,126,109). Sum of RGB (Red+Green+Blue) = 181+126+109=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E6D is #4A8192. Grayscale: #8C8C8C. Windows color (decimal): -4882835 or 7175861. OLE color: 7175861.
HSL color Cylindrical-coordinate representation of color #B57E6D: hue angle of 14.17º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B57E6D is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 109 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.29 |
| HSL | 14.17º | 0.33% | 0.57% | - |
| HSV(B) | 14.17º | 0.4% | 0.71% | - |
| XYZ | 29.28 | 25.85 | 17.91 | - |
| YUV | 140.51 | 110.22 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 109 | 0 | 0.30 | 0.40 | 0.29 | 14.17 | 0.33 | 0.57 |
| Hex | B5 | 7E | 6D | 0 | 1E | 28 | 1D | E | 21 | 39 |
| Octal | 265 | 176 | 155 | 0 | 36 | 50 | 35 | 16 | 41 | 71 |
| Binary | 10110101 | 1111110 | 1101101 | 0 | 11110 | 101000 | 11101 | 1110 | 100001 | 111001 |
Color Harmonies of #B57E6D
Complementary color
Monochromatic Colors of #B57E6D
Black with #B57E6D
Text Example
Text Example
White with #B57E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E6D; }
p { color: rgb(181,126,109); }
H1.HeaderClassName
{
color: #B57E6D;
}
.AnyTagClassName
{
color: #B57E6D;
}
</style>
background-color css
<style>
a { background-color: #B57E6D; }
a { background-color: rgb(181,126,109); }
div.DivClassName
{
background-color: #B57E6D;
}
.BgClassName
{
background-color: #B57E6D;
}
</style>
border-color css
<style>
span { border-color: #B57E6D; }
span { border-color: rgb(181,126,109); }
td.TdClassName
{
border-color: #B57E6D;
}
.TagClassName
{
border-color: #B57E6D;
}
</style>