Shades of Brandy Rose #B8887C
Tints of Brandy Rose #B8887C
RGB
CMYK
RGB Variations
Color information
#B8887C (or 0xB8887C) is known color: Brandy Rose. HEX triplet: B8, 88 and 7C. RGB value is (184,136,124). Sum of RGB (Red+Green+Blue) = 184+136+124=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B8887C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8887C is #477783. Grayscale: #959595. Windows color (decimal): -4683652 or 8161464. OLE color: 8161464.
HSL color Cylindrical-coordinate representation of color #B8887C: hue angle of 12º 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 #B8887C is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 136 | 124 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.28 |
| HSL | 12º | 0.3% | 0.6% | - |
| HSV(B) | 12º | 0.33% | 0.72% | - |
| XYZ | 32.21 | 29.25 | 23.02 | - |
| YUV | 148.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 124 | 0 | 0.26 | 0.33 | 0.28 | 12 | 0.3 | 0.6 |
| Hex | B8 | 88 | 7C | 0 | 1A | 21 | 1C | C | 1E | 3C |
| Octal | 270 | 210 | 174 | 0 | 32 | 41 | 34 | 14 | 36 | 74 |
| Binary | 10111000 | 10001000 | 1111100 | 0 | 11010 | 100001 | 11100 | 1100 | 11110 | 111100 |
Color Harmonies of #B8887C
Complementary color
Monochromatic Colors of #B8887C
Black with #B8887C
Text Example
Text Example
White with #B8887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8887C; }
p { color: rgb(184,136,124); }
H1.HeaderClassName
{
color: #B8887C;
}
.AnyTagClassName
{
color: #B8887C;
}
</style>
background-color css
<style>
a { background-color: #B8887C; }
a { background-color: rgb(184,136,124); }
div.DivClassName
{
background-color: #B8887C;
}
.BgClassName
{
background-color: #B8887C;
}
</style>
border-color css
<style>
span { border-color: #B8887C; }
span { border-color: rgb(184,136,124); }
td.TdClassName
{
border-color: #B8887C;
}
.TagClassName
{
border-color: #B8887C;
}
</style>