Shades of Brandy Rose #B57E6C
Tints of Brandy Rose #B57E6C
RGB
CMYK
RGB Variations
Color information
#B57E6C (or 0xB57E6C) is known color: Brandy Rose. HEX triplet: B5, 7E and 6C. RGB value is (181,126,108). Sum of RGB (Red+Green+Blue) = 181+126+108=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E6C is #4A8193. Grayscale: #8C8C8C. Windows color (decimal): -4882836 or 7110325. OLE color: 7110325.
HSL color Cylindrical-coordinate representation of color #B57E6C: hue angle of 14.79º 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 #B57E6C is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 108 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.29 |
| HSL | 14.79º | 0.33% | 0.57% | - |
| HSV(B) | 14.79º | 0.4% | 0.71% | - |
| XYZ | 29.22 | 25.83 | 17.63 | - |
| YUV | 140.39 | 109.72 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 108 | 0 | 0.30 | 0.40 | 0.29 | 14.79 | 0.33 | 0.57 |
| Hex | B5 | 7E | 6C | 0 | 1E | 28 | 1D | F | 21 | 39 |
| Octal | 265 | 176 | 154 | 0 | 36 | 50 | 35 | 17 | 41 | 71 |
| Binary | 10110101 | 1111110 | 1101100 | 0 | 11110 | 101000 | 11101 | 1111 | 100001 | 111001 |
Color Harmonies of #B57E6C
Complementary color
Monochromatic Colors of #B57E6C
Black with #B57E6C
Text Example
Text Example
White with #B57E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E6C; }
p { color: rgb(181,126,108); }
H1.HeaderClassName
{
color: #B57E6C;
}
.AnyTagClassName
{
color: #B57E6C;
}
</style>
background-color css
<style>
a { background-color: #B57E6C; }
a { background-color: rgb(181,126,108); }
div.DivClassName
{
background-color: #B57E6C;
}
.BgClassName
{
background-color: #B57E6C;
}
</style>
border-color css
<style>
span { border-color: #B57E6C; }
span { border-color: rgb(181,126,108); }
td.TdClassName
{
border-color: #B57E6C;
}
.TagClassName
{
border-color: #B57E6C;
}
</style>