Shades of Brandy Rose #B58076
Tints of Brandy Rose #B58076
RGB
CMYK
RGB Variations
Color information
#B58076 (or 0xB58076) is known color: Brandy Rose. HEX triplet: B5, 80 and 76. RGB value is (181,128,118). Sum of RGB (Red+Green+Blue) = 181+128+118=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B58076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58076 is #4A7F89. Grayscale: #8E8E8E. Windows color (decimal): -4882314 or 7766197. OLE color: 7766197.
HSL color Cylindrical-coordinate representation of color #B58076: hue angle of 9.52º 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 #B58076 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 128 | 118 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.29 |
| HSL | 9.52º | 0.3% | 0.59% | - |
| HSV(B) | 9.52º | 0.35% | 0.71% | - |
| XYZ | 30.05 | 26.57 | 20.68 | - |
| YUV | 142.71 | 114.06 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 118 | 0 | 0.29 | 0.35 | 0.29 | 9.52 | 0.3 | 0.59 |
| Hex | B5 | 80 | 76 | 0 | 1D | 23 | 1D | A | 1E | 3B |
| Octal | 265 | 200 | 166 | 0 | 35 | 43 | 35 | 12 | 36 | 73 |
| Binary | 10110101 | 10000000 | 1110110 | 0 | 11101 | 100011 | 11101 | 1010 | 11110 | 111011 |
Color Harmonies of #B58076
Complementary color
Monochromatic Colors of #B58076
Black with #B58076
Text Example
Text Example
White with #B58076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58076; }
p { color: rgb(181,128,118); }
H1.HeaderClassName
{
color: #B58076;
}
.AnyTagClassName
{
color: #B58076;
}
</style>
background-color css
<style>
a { background-color: #B58076; }
a { background-color: rgb(181,128,118); }
div.DivClassName
{
background-color: #B58076;
}
.BgClassName
{
background-color: #B58076;
}
</style>
border-color css
<style>
span { border-color: #B58076; }
span { border-color: rgb(181,128,118); }
td.TdClassName
{
border-color: #B58076;
}
.TagClassName
{
border-color: #B58076;
}
</style>