Shades of Brandy Rose #B88476
Tints of Brandy Rose #B88476
RGB
CMYK
RGB Variations
Color information
#B88476 (or 0xB88476) is known color: Brandy Rose. HEX triplet: B8, 84 and 76. RGB value is (184,132,118). Sum of RGB (Red+Green+Blue) = 184+132+118=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B88476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88476 is #477B89. Grayscale: #929292. Windows color (decimal): -4684682 or 7767224. OLE color: 7767224.
HSL color Cylindrical-coordinate representation of color #B88476: hue angle of 12.73º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B88476 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 132 | 118 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.28 |
| HSL | 12.73º | 0.32% | 0.59% | - |
| HSV(B) | 12.73º | 0.36% | 0.72% | - |
| XYZ | 31.29 | 28 | 20.9 | - |
| YUV | 145.95 | 112.23 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 118 | 0 | 0.28 | 0.36 | 0.28 | 12.73 | 0.32 | 0.59 |
| Hex | B8 | 84 | 76 | 0 | 1C | 24 | 1C | D | 20 | 3B |
| Octal | 270 | 204 | 166 | 0 | 34 | 44 | 34 | 15 | 40 | 73 |
| Binary | 10111000 | 10000100 | 1110110 | 0 | 11100 | 100100 | 11100 | 1101 | 100000 | 111011 |
Color Harmonies of #B88476
Complementary color
Monochromatic Colors of #B88476
Black with #B88476
Text Example
Text Example
White with #B88476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88476; }
p { color: rgb(184,132,118); }
H1.HeaderClassName
{
color: #B88476;
}
.AnyTagClassName
{
color: #B88476;
}
</style>
background-color css
<style>
a { background-color: #B88476; }
a { background-color: rgb(184,132,118); }
div.DivClassName
{
background-color: #B88476;
}
.BgClassName
{
background-color: #B88476;
}
</style>
border-color css
<style>
span { border-color: #B88476; }
span { border-color: rgb(184,132,118); }
td.TdClassName
{
border-color: #B88476;
}
.TagClassName
{
border-color: #B88476;
}
</style>