Shades of Brandy Rose #B8897C
Tints of Brandy Rose #B8897C
RGB
CMYK
RGB Variations
Color information
#B8897C (or 0xB8897C) is known color: Brandy Rose. HEX triplet: B8, 89 and 7C. RGB value is (184,137,124). Sum of RGB (Red+Green+Blue) = 184+137+124=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 184 - color contains mainly: red. Hex color #B8897C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8897C is #477683. Grayscale: #959595. Windows color (decimal): -4683396 or 8161720. OLE color: 8161720.
HSL color Cylindrical-coordinate representation of color #B8897C: hue angle of 13º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8897C is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 137 | 124 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.28 |
| HSL | 13º | 0.3% | 0.6% | - |
| HSV(B) | 13º | 0.33% | 0.72% | - |
| XYZ | 32.35 | 29.54 | 23.06 | - |
| YUV | 149.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 137 | 124 | 0 | 0.26 | 0.33 | 0.28 | 13 | 0.3 | 0.6 |
| Hex | B8 | 89 | 7C | 0 | 1A | 21 | 1C | D | 1E | 3C |
| Octal | 270 | 211 | 174 | 0 | 32 | 41 | 34 | 15 | 36 | 74 |
| Binary | 10111000 | 10001001 | 1111100 | 0 | 11010 | 100001 | 11100 | 1101 | 11110 | 111100 |
Color Harmonies of #B8897C
Complementary color
Monochromatic Colors of #B8897C
Black with #B8897C
Text Example
Text Example
White with #B8897C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8897C; }
p { color: rgb(184,137,124); }
H1.HeaderClassName
{
color: #B8897C;
}
.AnyTagClassName
{
color: #B8897C;
}
</style>
background-color css
<style>
a { background-color: #B8897C; }
a { background-color: rgb(184,137,124); }
div.DivClassName
{
background-color: #B8897C;
}
.BgClassName
{
background-color: #B8897C;
}
</style>
border-color css
<style>
span { border-color: #B8897C; }
span { border-color: rgb(184,137,124); }
td.TdClassName
{
border-color: #B8897C;
}
.TagClassName
{
border-color: #B8897C;
}
</style>