Shades of Brandy Rose #B58773
Tints of Brandy Rose #B58773
RGB
CMYK
RGB Variations
Color information
#B58773 (or 0xB58773) is known color: Brandy Rose. HEX triplet: B5, 87 and 73. RGB value is (181,135,115). Sum of RGB (Red+Green+Blue) = 181+135+115=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B58773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58773 is #4A788C. Grayscale: #929292. Windows color (decimal): -4880525 or 7571381. OLE color: 7571381.
HSL color Cylindrical-coordinate representation of color #B58773: hue angle of 18.18º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B58773 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 135 | 115 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.29 |
| HSL | 18.18º | 0.31% | 0.58% | - |
| HSV(B) | 18.18º | 0.36% | 0.71% | - |
| XYZ | 30.81 | 28.39 | 20.08 | - |
| YUV | 146.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 135 | 115 | 0 | 0.25 | 0.36 | 0.29 | 18.18 | 0.31 | 0.58 |
| Hex | B5 | 87 | 73 | 0 | 19 | 24 | 1D | 12 | 1F | 3A |
| Octal | 265 | 207 | 163 | 0 | 31 | 44 | 35 | 22 | 37 | 72 |
| Binary | 10110101 | 10000111 | 1110011 | 0 | 11001 | 100100 | 11101 | 10010 | 11111 | 111010 |
Color Harmonies of #B58773
Complementary color
Monochromatic Colors of #B58773
Black with #B58773
Text Example
Text Example
White with #B58773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58773; }
p { color: rgb(181,135,115); }
H1.HeaderClassName
{
color: #B58773;
}
.AnyTagClassName
{
color: #B58773;
}
</style>
background-color css
<style>
a { background-color: #B58773; }
a { background-color: rgb(181,135,115); }
div.DivClassName
{
background-color: #B58773;
}
.BgClassName
{
background-color: #B58773;
}
</style>
border-color css
<style>
span { border-color: #B58773; }
span { border-color: rgb(181,135,115); }
td.TdClassName
{
border-color: #B58773;
}
.TagClassName
{
border-color: #B58773;
}
</style>