Shades of Brandy Rose #BC887C
Tints of Brandy Rose #BC887C
RGB
CMYK
RGB Variations
Color information
#BC887C (or 0xBC887C) is known color: Brandy Rose. HEX triplet: BC, 88 and 7C. RGB value is (188,136,124). Sum of RGB (Red+Green+Blue) = 188+136+124=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC887C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC887C is #437783. Grayscale: #969696. Windows color (decimal): -4421508 or 8161468. OLE color: 8161468.
HSL color Cylindrical-coordinate representation of color #BC887C: hue angle of 11.25º 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 #BC887C is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 124 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.26 |
| HSL | 11.25º | 0.32% | 0.61% | - |
| HSV(B) | 11.25º | 0.34% | 0.74% | - |
| XYZ | 33.18 | 29.75 | 23.06 | - |
| YUV | 150.18 | 113.23 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 124 | 0 | 0.28 | 0.34 | 0.26 | 11.25 | 0.32 | 0.61 |
| Hex | BC | 88 | 7C | 0 | 1C | 22 | 1A | B | 20 | 3D |
| Octal | 274 | 210 | 174 | 0 | 34 | 42 | 32 | 13 | 40 | 75 |
| Binary | 10111100 | 10001000 | 1111100 | 0 | 11100 | 100010 | 11010 | 1011 | 100000 | 111101 |
Color Harmonies of #BC887C
Complementary color
Monochromatic Colors of #BC887C
Black with #BC887C
Text Example
Text Example
White with #BC887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC887C; }
p { color: rgb(188,136,124); }
H1.HeaderClassName
{
color: #BC887C;
}
.AnyTagClassName
{
color: #BC887C;
}
</style>
background-color css
<style>
a { background-color: #BC887C; }
a { background-color: rgb(188,136,124); }
div.DivClassName
{
background-color: #BC887C;
}
.BgClassName
{
background-color: #BC887C;
}
</style>
border-color css
<style>
span { border-color: #BC887C; }
span { border-color: rgb(188,136,124); }
td.TdClassName
{
border-color: #BC887C;
}
.TagClassName
{
border-color: #BC887C;
}
</style>