Shades of Brandy Rose #BC886C
Tints of Brandy Rose #BC886C
RGB
CMYK
RGB Variations
Color information
#BC886C (or 0xBC886C) is known color: Brandy Rose. HEX triplet: BC, 88 and 6C. RGB value is (188,136,108). Sum of RGB (Red+Green+Blue) = 188+136+108=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC886C is #437793. Grayscale: #949494. Windows color (decimal): -4421524 or 7112892. OLE color: 7112892.
HSL color Cylindrical-coordinate representation of color #BC886C: hue angle of 21º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC886C is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 108 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.26 |
| HSL | 21º | 0.37% | 0.58% | - |
| HSV(B) | 21º | 0.43% | 0.74% | - |
| XYZ | 32.25 | 29.38 | 18.16 | - |
| YUV | 148.36 | 105.23 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 108 | 0 | 0.28 | 0.43 | 0.26 | 21 | 0.37 | 0.58 |
| Hex | BC | 88 | 6C | 0 | 1C | 2B | 1A | 15 | 25 | 3A |
| Octal | 274 | 210 | 154 | 0 | 34 | 53 | 32 | 25 | 45 | 72 |
| Binary | 10111100 | 10001000 | 1101100 | 0 | 11100 | 101011 | 11010 | 10101 | 100101 | 111010 |
Color Harmonies of #BC886C
Complementary color
Monochromatic Colors of #BC886C
Black with #BC886C
Text Example
Text Example
White with #BC886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC886C; }
p { color: rgb(188,136,108); }
H1.HeaderClassName
{
color: #BC886C;
}
.AnyTagClassName
{
color: #BC886C;
}
</style>
background-color css
<style>
a { background-color: #BC886C; }
a { background-color: rgb(188,136,108); }
div.DivClassName
{
background-color: #BC886C;
}
.BgClassName
{
background-color: #BC886C;
}
</style>
border-color css
<style>
span { border-color: #BC886C; }
span { border-color: rgb(188,136,108); }
td.TdClassName
{
border-color: #BC886C;
}
.TagClassName
{
border-color: #BC886C;
}
</style>