Shades of Brandy Rose #B58373
Tints of Brandy Rose #B58373
RGB
CMYK
RGB Variations
Color information
#B58373 (or 0xB58373) is known color: Brandy Rose. HEX triplet: B5, 83 and 73. RGB value is (181,131,115). Sum of RGB (Red+Green+Blue) = 181+131+115=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B58373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58373 is #4A7C8C. Grayscale: #909090. Windows color (decimal): -4881549 or 7570357. OLE color: 7570357.
HSL color Cylindrical-coordinate representation of color #B58373: hue angle of 14.55º 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 #B58373 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 131 | 115 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.29 |
| HSL | 14.55º | 0.31% | 0.58% | - |
| HSV(B) | 14.55º | 0.36% | 0.71% | - |
| XYZ | 30.27 | 27.29 | 19.89 | - |
| YUV | 144.13 | 111.57 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 131 | 115 | 0 | 0.28 | 0.36 | 0.29 | 14.55 | 0.31 | 0.58 |
| Hex | B5 | 83 | 73 | 0 | 1C | 24 | 1D | F | 1F | 3A |
| Octal | 265 | 203 | 163 | 0 | 34 | 44 | 35 | 17 | 37 | 72 |
| Binary | 10110101 | 10000011 | 1110011 | 0 | 11100 | 100100 | 11101 | 1111 | 11111 | 111010 |
Color Harmonies of #B58373
Complementary color
Monochromatic Colors of #B58373
Black with #B58373
Text Example
Text Example
White with #B58373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58373; }
p { color: rgb(181,131,115); }
H1.HeaderClassName
{
color: #B58373;
}
.AnyTagClassName
{
color: #B58373;
}
</style>
background-color css
<style>
a { background-color: #B58373; }
a { background-color: rgb(181,131,115); }
div.DivClassName
{
background-color: #B58373;
}
.BgClassName
{
background-color: #B58373;
}
</style>
border-color css
<style>
span { border-color: #B58373; }
span { border-color: rgb(181,131,115); }
td.TdClassName
{
border-color: #B58373;
}
.TagClassName
{
border-color: #B58373;
}
</style>