Shades of Brandy Rose #B57B6E
Tints of Brandy Rose #B57B6E
RGB
CMYK
RGB Variations
Color information
#B57B6E (or 0xB57B6E) is known color: Brandy Rose. HEX triplet: B5, 7B and 6E. RGB value is (181,123,110). Sum of RGB (Red+Green+Blue) = 181+123+110=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57B6E is #4A8491. Grayscale: #8A8A8A. Windows color (decimal): -4883602 or 7240629. OLE color: 7240629.
HSL color Cylindrical-coordinate representation of color #B57B6E: hue angle of 10.99º 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 #B57B6E is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 123 | 110 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.29 |
| HSL | 10.99º | 0.32% | 0.57% | - |
| HSV(B) | 10.99º | 0.39% | 0.71% | - |
| XYZ | 28.95 | 25.12 | 18.07 | - |
| YUV | 138.86 | 111.72 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 110 | 0 | 0.32 | 0.39 | 0.29 | 10.99 | 0.32 | 0.57 |
| Hex | B5 | 7B | 6E | 0 | 20 | 27 | 1D | B | 20 | 39 |
| Octal | 265 | 173 | 156 | 0 | 40 | 47 | 35 | 13 | 40 | 71 |
| Binary | 10110101 | 1111011 | 1101110 | 0 | 100000 | 100111 | 11101 | 1011 | 100000 | 111001 |
Color Harmonies of #B57B6E
Complementary color
Monochromatic Colors of #B57B6E
Black with #B57B6E
Text Example
Text Example
White with #B57B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57B6E; }
p { color: rgb(181,123,110); }
H1.HeaderClassName
{
color: #B57B6E;
}
.AnyTagClassName
{
color: #B57B6E;
}
</style>
background-color css
<style>
a { background-color: #B57B6E; }
a { background-color: rgb(181,123,110); }
div.DivClassName
{
background-color: #B57B6E;
}
.BgClassName
{
background-color: #B57B6E;
}
</style>
border-color css
<style>
span { border-color: #B57B6E; }
span { border-color: rgb(181,123,110); }
td.TdClassName
{
border-color: #B57B6E;
}
.TagClassName
{
border-color: #B57B6E;
}
</style>