Shades of Brandy Rose #B8897E
Tints of Brandy Rose #B8897E
RGB
CMYK
RGB Variations
Color information
#B8897E (or 0xB8897E) is known color: Brandy Rose. HEX triplet: B8, 89 and 7E. RGB value is (184,137,126). Sum of RGB (Red+Green+Blue) = 184+137+126=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 184 - color contains mainly: red. Hex color #B8897E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8897E is #477681. Grayscale: #959595. Windows color (decimal): -4683394 or 8292792. OLE color: 8292792.
HSL color Cylindrical-coordinate representation of color #B8897E: hue angle of 11.38º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B8897E is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 137 | 126 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.28 |
| HSL | 11.38º | 0.29% | 0.61% | - |
| HSV(B) | 11.38º | 0.32% | 0.72% | - |
| XYZ | 32.48 | 29.59 | 23.74 | - |
| YUV | 149.8 | 114.57 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 137 | 126 | 0 | 0.26 | 0.32 | 0.28 | 11.38 | 0.29 | 0.61 |
| Hex | B8 | 89 | 7E | 0 | 1A | 20 | 1C | B | 1D | 3D |
| Octal | 270 | 211 | 176 | 0 | 32 | 40 | 34 | 13 | 35 | 75 |
| Binary | 10111000 | 10001001 | 1111110 | 0 | 11010 | 100000 | 11100 | 1011 | 11101 | 111101 |
Color Harmonies of #B8897E
Complementary color
Monochromatic Colors of #B8897E
Black with #B8897E
Text Example
Text Example
White with #B8897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8897E; }
p { color: rgb(184,137,126); }
H1.HeaderClassName
{
color: #B8897E;
}
.AnyTagClassName
{
color: #B8897E;
}
</style>
background-color css
<style>
a { background-color: #B8897E; }
a { background-color: rgb(184,137,126); }
div.DivClassName
{
background-color: #B8897E;
}
.BgClassName
{
background-color: #B8897E;
}
</style>
border-color css
<style>
span { border-color: #B8897E; }
span { border-color: rgb(184,137,126); }
td.TdClassName
{
border-color: #B8897E;
}
.TagClassName
{
border-color: #B8897E;
}
</style>