Shades of Brandy Rose #B87876
Tints of Brandy Rose #B87876
RGB
CMYK
RGB Variations
Color information
#B87876 (or 0xB87876) is known color: Brandy Rose. HEX triplet: B8, 78 and 76. RGB value is (184,120,118). Sum of RGB (Red+Green+Blue) = 184+120+118=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B87876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87876 is #478789. Grayscale: #8A8A8A. Windows color (decimal): -4687754 or 7764152. OLE color: 7764152.
HSL color Cylindrical-coordinate representation of color #B87876: hue angle of 1.82º 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 #B87876 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 118 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.28 |
| HSL | 1.82º | 0.32% | 0.59% | - |
| HSV(B) | 1.82º | 0.36% | 0.72% | - |
| XYZ | 29.75 | 24.93 | 20.38 | - |
| YUV | 138.91 | 116.2 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 118 | 0 | 0.35 | 0.36 | 0.28 | 1.82 | 0.32 | 0.59 |
| Hex | B8 | 78 | 76 | 0 | 23 | 24 | 1C | 2 | 20 | 3B |
| Octal | 270 | 170 | 166 | 0 | 43 | 44 | 34 | 2 | 40 | 73 |
| Binary | 10111000 | 1111000 | 1110110 | 0 | 100011 | 100100 | 11100 | 10 | 100000 | 111011 |
Color Harmonies of #B87876
Complementary color
Monochromatic Colors of #B87876
Black with #B87876
Text Example
Text Example
White with #B87876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87876; }
p { color: rgb(184,120,118); }
H1.HeaderClassName
{
color: #B87876;
}
.AnyTagClassName
{
color: #B87876;
}
</style>
background-color css
<style>
a { background-color: #B87876; }
a { background-color: rgb(184,120,118); }
div.DivClassName
{
background-color: #B87876;
}
.BgClassName
{
background-color: #B87876;
}
</style>
border-color css
<style>
span { border-color: #B87876; }
span { border-color: rgb(184,120,118); }
td.TdClassName
{
border-color: #B87876;
}
.TagClassName
{
border-color: #B87876;
}
</style>