Shades of Brandy Rose #B58276
Tints of Brandy Rose #B58276
RGB
CMYK
RGB Variations
Color information
#B58276 (or 0xB58276) is known color: Brandy Rose. HEX triplet: B5, 82 and 76. RGB value is (181,130,118). Sum of RGB (Red+Green+Blue) = 181+130+118=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B58276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58276 is #4A7D89. Grayscale: #8F8F8F. Windows color (decimal): -4881802 or 7766709. OLE color: 7766709.
HSL color Cylindrical-coordinate representation of color #B58276: hue angle of 11.43º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B58276 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 130 | 118 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.29 |
| HSL | 11.43º | 0.3% | 0.59% | - |
| HSV(B) | 11.43º | 0.35% | 0.71% | - |
| XYZ | 30.31 | 27.1 | 20.77 | - |
| YUV | 143.88 | 113.4 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 130 | 118 | 0 | 0.28 | 0.35 | 0.29 | 11.43 | 0.3 | 0.59 |
| Hex | B5 | 82 | 76 | 0 | 1C | 23 | 1D | B | 1E | 3B |
| Octal | 265 | 202 | 166 | 0 | 34 | 43 | 35 | 13 | 36 | 73 |
| Binary | 10110101 | 10000010 | 1110110 | 0 | 11100 | 100011 | 11101 | 1011 | 11110 | 111011 |
Color Harmonies of #B58276
Complementary color
Monochromatic Colors of #B58276
Black with #B58276
Text Example
Text Example
White with #B58276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58276; }
p { color: rgb(181,130,118); }
H1.HeaderClassName
{
color: #B58276;
}
.AnyTagClassName
{
color: #B58276;
}
</style>
background-color css
<style>
a { background-color: #B58276; }
a { background-color: rgb(181,130,118); }
div.DivClassName
{
background-color: #B58276;
}
.BgClassName
{
background-color: #B58276;
}
</style>
border-color css
<style>
span { border-color: #B58276; }
span { border-color: rgb(181,130,118); }
td.TdClassName
{
border-color: #B58276;
}
.TagClassName
{
border-color: #B58276;
}
</style>