Shades of Brandy Rose #BC847C
Tints of Brandy Rose #BC847C
RGB
CMYK
RGB Variations
Color information
#BC847C (or 0xBC847C) is known color: Brandy Rose. HEX triplet: BC, 84 and 7C. RGB value is (188,132,124). Sum of RGB (Red+Green+Blue) = 188+132+124=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC847C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC847C is #437B83. Grayscale: #939393. Windows color (decimal): -4422532 or 8160444. OLE color: 8160444.
HSL color Cylindrical-coordinate representation of color #BC847C: hue angle of 7.5º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC847C is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 124 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.26 |
| HSL | 7.5º | 0.32% | 0.61% | - |
| HSV(B) | 7.5º | 0.34% | 0.74% | - |
| XYZ | 32.63 | 28.65 | 22.88 | - |
| YUV | 147.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 124 | 0 | 0.30 | 0.34 | 0.26 | 7.5 | 0.32 | 0.61 |
| Hex | BC | 84 | 7C | 0 | 1E | 22 | 1A | 8 | 20 | 3D |
| Octal | 274 | 204 | 174 | 0 | 36 | 42 | 32 | 10 | 40 | 75 |
| Binary | 10111100 | 10000100 | 1111100 | 0 | 11110 | 100010 | 11010 | 1000 | 100000 | 111101 |
Color Harmonies of #BC847C
Complementary color
Monochromatic Colors of #BC847C
Black with #BC847C
Text Example
Text Example
White with #BC847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC847C; }
p { color: rgb(188,132,124); }
H1.HeaderClassName
{
color: #BC847C;
}
.AnyTagClassName
{
color: #BC847C;
}
</style>
background-color css
<style>
a { background-color: #BC847C; }
a { background-color: rgb(188,132,124); }
div.DivClassName
{
background-color: #BC847C;
}
.BgClassName
{
background-color: #BC847C;
}
</style>
border-color css
<style>
span { border-color: #BC847C; }
span { border-color: rgb(188,132,124); }
td.TdClassName
{
border-color: #BC847C;
}
.TagClassName
{
border-color: #BC847C;
}
</style>