Shades of Brandy Rose #BC897C
Tints of Brandy Rose #BC897C
RGB
CMYK
RGB Variations
Color information
#BC897C (or 0xBC897C) is known color: Brandy Rose. HEX triplet: BC, 89 and 7C. RGB value is (188,137,124). Sum of RGB (Red+Green+Blue) = 188+137+124=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC897C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC897C is #437683. Grayscale: #969696. Windows color (decimal): -4421252 or 8161724. OLE color: 8161724.
HSL color Cylindrical-coordinate representation of color #BC897C: hue angle of 12.19º 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 #BC897C is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 124 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.26 |
| HSL | 12.19º | 0.32% | 0.61% | - |
| HSV(B) | 12.19º | 0.34% | 0.74% | - |
| XYZ | 33.32 | 30.04 | 23.11 | - |
| YUV | 150.77 | 112.9 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 124 | 0 | 0.27 | 0.34 | 0.26 | 12.19 | 0.32 | 0.61 |
| Hex | BC | 89 | 7C | 0 | 1B | 22 | 1A | C | 20 | 3D |
| Octal | 274 | 211 | 174 | 0 | 33 | 42 | 32 | 14 | 40 | 75 |
| Binary | 10111100 | 10001001 | 1111100 | 0 | 11011 | 100010 | 11010 | 1100 | 100000 | 111101 |
Color Harmonies of #BC897C
Complementary color
Monochromatic Colors of #BC897C
Black with #BC897C
Text Example
Text Example
White with #BC897C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC897C; }
p { color: rgb(188,137,124); }
H1.HeaderClassName
{
color: #BC897C;
}
.AnyTagClassName
{
color: #BC897C;
}
</style>
background-color css
<style>
a { background-color: #BC897C; }
a { background-color: rgb(188,137,124); }
div.DivClassName
{
background-color: #BC897C;
}
.BgClassName
{
background-color: #BC897C;
}
</style>
border-color css
<style>
span { border-color: #BC897C; }
span { border-color: rgb(188,137,124); }
td.TdClassName
{
border-color: #BC897C;
}
.TagClassName
{
border-color: #BC897C;
}
</style>