Shades of Brandy Rose #B58A7E
Tints of Brandy Rose #B58A7E
RGB
CMYK
RGB Variations
Color information
#B58A7E (or 0xB58A7E) is known color: Brandy Rose. HEX triplet: B5, 8A and 7E. RGB value is (181,138,126). Sum of RGB (Red+Green+Blue) = 181+138+126=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A7E is #4A7581. Grayscale: #959595. Windows color (decimal): -4879746 or 8293045. OLE color: 8293045.
HSL color Cylindrical-coordinate representation of color #B58A7E: hue angle of 13.09º 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 #B58A7E is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 126 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.29 |
| HSL | 13.09º | 0.27% | 0.6% | - |
| HSV(B) | 13.09º | 0.3% | 0.71% | - |
| XYZ | 31.91 | 29.51 | 23.75 | - |
| YUV | 149.49 | 114.75 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 126 | 0 | 0.24 | 0.30 | 0.29 | 13.09 | 0.27 | 0.6 |
| Hex | B5 | 8A | 7E | 0 | 18 | 1E | 1D | D | 1B | 3C |
| Octal | 265 | 212 | 176 | 0 | 30 | 36 | 35 | 15 | 33 | 74 |
| Binary | 10110101 | 10001010 | 1111110 | 0 | 11000 | 11110 | 11101 | 1101 | 11011 | 111100 |
Color Harmonies of #B58A7E
Complementary color
Monochromatic Colors of #B58A7E
Black with #B58A7E
Text Example
Text Example
White with #B58A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A7E; }
p { color: rgb(181,138,126); }
H1.HeaderClassName
{
color: #B58A7E;
}
.AnyTagClassName
{
color: #B58A7E;
}
</style>
background-color css
<style>
a { background-color: #B58A7E; }
a { background-color: rgb(181,138,126); }
div.DivClassName
{
background-color: #B58A7E;
}
.BgClassName
{
background-color: #B58A7E;
}
</style>
border-color css
<style>
span { border-color: #B58A7E; }
span { border-color: rgb(181,138,126); }
td.TdClassName
{
border-color: #B58A7E;
}
.TagClassName
{
border-color: #B58A7E;
}
</style>