Shades of Brandy Rose #B8827C
Tints of Brandy Rose #B8827C
RGB
CMYK
RGB Variations
Color information
#B8827C (or 0xB8827C) is known color: Brandy Rose. HEX triplet: B8, 82 and 7C. RGB value is (184,130,124). Sum of RGB (Red+Green+Blue) = 184+130+124=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B8827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8827C is #477D83. Grayscale: #919191. Windows color (decimal): -4685188 or 8159928. OLE color: 8159928.
HSL color Cylindrical-coordinate representation of color #B8827C: hue angle of 6º 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 #B8827C is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 130 | 124 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.28 |
| HSL | 6º | 0.3% | 0.6% | - |
| HSV(B) | 6º | 0.33% | 0.72% | - |
| XYZ | 31.39 | 27.61 | 22.74 | - |
| YUV | 145.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 130 | 124 | 0 | 0.29 | 0.33 | 0.28 | 6 | 0.3 | 0.6 |
| Hex | B8 | 82 | 7C | 0 | 1D | 21 | 1C | 6 | 1E | 3C |
| Octal | 270 | 202 | 174 | 0 | 35 | 41 | 34 | 6 | 36 | 74 |
| Binary | 10111000 | 10000010 | 1111100 | 0 | 11101 | 100001 | 11100 | 110 | 11110 | 111100 |
Color Harmonies of #B8827C
Complementary color
Monochromatic Colors of #B8827C
Black with #B8827C
Text Example
Text Example
White with #B8827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8827C; }
p { color: rgb(184,130,124); }
H1.HeaderClassName
{
color: #B8827C;
}
.AnyTagClassName
{
color: #B8827C;
}
</style>
background-color css
<style>
a { background-color: #B8827C; }
a { background-color: rgb(184,130,124); }
div.DivClassName
{
background-color: #B8827C;
}
.BgClassName
{
background-color: #B8827C;
}
</style>
border-color css
<style>
span { border-color: #B8827C; }
span { border-color: rgb(184,130,124); }
td.TdClassName
{
border-color: #B8827C;
}
.TagClassName
{
border-color: #B8827C;
}
</style>