Shades of Brandy Rose #B87D6E
Tints of Brandy Rose #B87D6E
RGB
CMYK
RGB Variations
Color information
#B87D6E (or 0xB87D6E) is known color: Brandy Rose. HEX triplet: B8, 7D and 6E. RGB value is (184,125,110). Sum of RGB (Red+Green+Blue) = 184+125+110=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87D6E is #478291. Grayscale: #8D8D8D. Windows color (decimal): -4686482 or 7241144. OLE color: 7241144.
HSL color Cylindrical-coordinate representation of color #B87D6E: hue angle of 12.16º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B87D6E is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 110 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.28 |
| HSL | 12.16º | 0.34% | 0.58% | - |
| HSV(B) | 12.16º | 0.4% | 0.72% | - |
| XYZ | 29.92 | 25.98 | 18.19 | - |
| YUV | 140.93 | 110.55 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 110 | 0 | 0.32 | 0.40 | 0.28 | 12.16 | 0.34 | 0.58 |
| Hex | B8 | 7D | 6E | 0 | 20 | 28 | 1C | C | 22 | 3A |
| Octal | 270 | 175 | 156 | 0 | 40 | 50 | 34 | 14 | 42 | 72 |
| Binary | 10111000 | 1111101 | 1101110 | 0 | 100000 | 101000 | 11100 | 1100 | 100010 | 111010 |
Color Harmonies of #B87D6E
Complementary color
Monochromatic Colors of #B87D6E
Black with #B87D6E
Text Example
Text Example
White with #B87D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87D6E; }
p { color: rgb(184,125,110); }
H1.HeaderClassName
{
color: #B87D6E;
}
.AnyTagClassName
{
color: #B87D6E;
}
</style>
background-color css
<style>
a { background-color: #B87D6E; }
a { background-color: rgb(184,125,110); }
div.DivClassName
{
background-color: #B87D6E;
}
.BgClassName
{
background-color: #B87D6E;
}
</style>
border-color css
<style>
span { border-color: #B87D6E; }
span { border-color: rgb(184,125,110); }
td.TdClassName
{
border-color: #B87D6E;
}
.TagClassName
{
border-color: #B87D6E;
}
</style>