Shades of Brandy Rose #B58C7E
Tints of Brandy Rose #B58C7E
RGB
CMYK
RGB Variations
Color information
#B58C7E (or 0xB58C7E) is known color: Brandy Rose. HEX triplet: B5, 8C and 7E. RGB value is (181,140,126). Sum of RGB (Red+Green+Blue) = 181+140+126=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B58C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58C7E is #4A7381. Grayscale: #969696. Windows color (decimal): -4879234 or 8293557. OLE color: 8293557.
HSL color Cylindrical-coordinate representation of color #B58C7E: hue angle of 15.27º 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 #B58C7E is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 140 | 126 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.29 |
| HSL | 15.27º | 0.27% | 0.6% | - |
| HSV(B) | 15.27º | 0.3% | 0.71% | - |
| XYZ | 32.2 | 30.09 | 23.85 | - |
| YUV | 150.66 | 114.08 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 140 | 126 | 0 | 0.23 | 0.30 | 0.29 | 15.27 | 0.27 | 0.6 |
| Hex | B5 | 8C | 7E | 0 | 17 | 1E | 1D | F | 1B | 3C |
| Octal | 265 | 214 | 176 | 0 | 27 | 36 | 35 | 17 | 33 | 74 |
| Binary | 10110101 | 10001100 | 1111110 | 0 | 10111 | 11110 | 11101 | 1111 | 11011 | 111100 |
Color Harmonies of #B58C7E
Complementary color
Monochromatic Colors of #B58C7E
Black with #B58C7E
Text Example
Text Example
White with #B58C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58C7E; }
p { color: rgb(181,140,126); }
H1.HeaderClassName
{
color: #B58C7E;
}
.AnyTagClassName
{
color: #B58C7E;
}
</style>
background-color css
<style>
a { background-color: #B58C7E; }
a { background-color: rgb(181,140,126); }
div.DivClassName
{
background-color: #B58C7E;
}
.BgClassName
{
background-color: #B58C7E;
}
</style>
border-color css
<style>
span { border-color: #B58C7E; }
span { border-color: rgb(181,140,126); }
td.TdClassName
{
border-color: #B58C7E;
}
.TagClassName
{
border-color: #B58C7E;
}
</style>