Shades of Brandy Rose #B58073
Tints of Brandy Rose #B58073
RGB
CMYK
RGB Variations
Color information
#B58073 (or 0xB58073) is known color: Brandy Rose. HEX triplet: B5, 80 and 73. RGB value is (181,128,115). Sum of RGB (Red+Green+Blue) = 181+128+115=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B58073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58073 is #4A7F8C. Grayscale: #8E8E8E. Windows color (decimal): -4882317 or 7569589. OLE color: 7569589.
HSL color Cylindrical-coordinate representation of color #B58073: hue angle of 11.82º 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 #B58073 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 128 | 115 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.29 |
| HSL | 11.82º | 0.31% | 0.58% | - |
| HSV(B) | 11.82º | 0.36% | 0.71% | - |
| XYZ | 29.87 | 26.5 | 19.76 | - |
| YUV | 142.37 | 112.56 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 115 | 0 | 0.29 | 0.36 | 0.29 | 11.82 | 0.31 | 0.58 |
| Hex | B5 | 80 | 73 | 0 | 1D | 24 | 1D | C | 1F | 3A |
| Octal | 265 | 200 | 163 | 0 | 35 | 44 | 35 | 14 | 37 | 72 |
| Binary | 10110101 | 10000000 | 1110011 | 0 | 11101 | 100100 | 11101 | 1100 | 11111 | 111010 |
Color Harmonies of #B58073
Complementary color
Monochromatic Colors of #B58073
Black with #B58073
Text Example
Text Example
White with #B58073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58073; }
p { color: rgb(181,128,115); }
H1.HeaderClassName
{
color: #B58073;
}
.AnyTagClassName
{
color: #B58073;
}
</style>
background-color css
<style>
a { background-color: #B58073; }
a { background-color: rgb(181,128,115); }
div.DivClassName
{
background-color: #B58073;
}
.BgClassName
{
background-color: #B58073;
}
</style>
border-color css
<style>
span { border-color: #B58073; }
span { border-color: rgb(181,128,115); }
td.TdClassName
{
border-color: #B58073;
}
.TagClassName
{
border-color: #B58073;
}
</style>