Shades of Brandy Rose #B57C6E
Tints of Brandy Rose #B57C6E
RGB
CMYK
RGB Variations
Color information
#B57C6E (or 0xB57C6E) is known color: Brandy Rose. HEX triplet: B5, 7C and 6E. RGB value is (181,124,110). Sum of RGB (Red+Green+Blue) = 181+124+110=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57C6E is #4A8391. Grayscale: #8B8B8B. Windows color (decimal): -4883346 or 7240885. OLE color: 7240885.
HSL color Cylindrical-coordinate representation of color #B57C6E: hue angle of 11.83º 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 #B57C6E is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 124 | 110 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.29 |
| HSL | 11.83º | 0.32% | 0.57% | - |
| HSV(B) | 11.83º | 0.39% | 0.71% | - |
| XYZ | 29.08 | 25.36 | 18.12 | - |
| YUV | 139.45 | 111.38 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 124 | 110 | 0 | 0.31 | 0.39 | 0.29 | 11.83 | 0.32 | 0.57 |
| Hex | B5 | 7C | 6E | 0 | 1F | 27 | 1D | C | 20 | 39 |
| Octal | 265 | 174 | 156 | 0 | 37 | 47 | 35 | 14 | 40 | 71 |
| Binary | 10110101 | 1111100 | 1101110 | 0 | 11111 | 100111 | 11101 | 1100 | 100000 | 111001 |
Color Harmonies of #B57C6E
Complementary color
Monochromatic Colors of #B57C6E
Black with #B57C6E
Text Example
Text Example
White with #B57C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57C6E; }
p { color: rgb(181,124,110); }
H1.HeaderClassName
{
color: #B57C6E;
}
.AnyTagClassName
{
color: #B57C6E;
}
</style>
background-color css
<style>
a { background-color: #B57C6E; }
a { background-color: rgb(181,124,110); }
div.DivClassName
{
background-color: #B57C6E;
}
.BgClassName
{
background-color: #B57C6E;
}
</style>
border-color css
<style>
span { border-color: #B57C6E; }
span { border-color: rgb(181,124,110); }
td.TdClassName
{
border-color: #B57C6E;
}
.TagClassName
{
border-color: #B57C6E;
}
</style>