Shades of Brandy Rose #B58E7F
Tints of Brandy Rose #B58E7F
RGB
CMYK
RGB Variations
Color information
#B58E7F (or 0xB58E7F) is known color: Brandy Rose. HEX triplet: B5, 8E and 7F. RGB value is (181,142,127). Sum of RGB (Red+Green+Blue) = 181+142+127=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58E7F is #4A7180. Grayscale: #989898. Windows color (decimal): -4878721 or 8359605. OLE color: 8359605.
HSL color Cylindrical-coordinate representation of color #B58E7F: hue angle of 16.67º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B58E7F is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 142 | 127 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.29 |
| HSL | 16.67º | 0.27% | 0.6% | - |
| HSV(B) | 16.67º | 0.3% | 0.71% | - |
| XYZ | 32.56 | 30.7 | 24.29 | - |
| YUV | 151.95 | 113.92 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 142 | 127 | 0 | 0.22 | 0.30 | 0.29 | 16.67 | 0.27 | 0.6 |
| Hex | B5 | 8E | 7F | 0 | 16 | 1E | 1D | 11 | 1B | 3C |
| Octal | 265 | 216 | 177 | 0 | 26 | 36 | 35 | 21 | 33 | 74 |
| Binary | 10110101 | 10001110 | 1111111 | 0 | 10110 | 11110 | 11101 | 10001 | 11011 | 111100 |
Color Harmonies of #B58E7F
Complementary color
Monochromatic Colors of #B58E7F
Black with #B58E7F
Text Example
Text Example
White with #B58E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58E7F; }
p { color: rgb(181,142,127); }
H1.HeaderClassName
{
color: #B58E7F;
}
.AnyTagClassName
{
color: #B58E7F;
}
</style>
background-color css
<style>
a { background-color: #B58E7F; }
a { background-color: rgb(181,142,127); }
div.DivClassName
{
background-color: #B58E7F;
}
.BgClassName
{
background-color: #B58E7F;
}
</style>
border-color css
<style>
span { border-color: #B58E7F; }
span { border-color: rgb(181,142,127); }
td.TdClassName
{
border-color: #B58E7F;
}
.TagClassName
{
border-color: #B58E7F;
}
</style>