Shades of Brandy Rose #BC886D
Tints of Brandy Rose #BC886D
RGB
CMYK
RGB Variations
Color information
#BC886D (or 0xBC886D) is known color: Brandy Rose. HEX triplet: BC, 88 and 6D. RGB value is (188,136,109). Sum of RGB (Red+Green+Blue) = 188+136+109=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC886D is #437792. Grayscale: #949494. Windows color (decimal): -4421523 or 7178428. OLE color: 7178428.
HSL color Cylindrical-coordinate representation of color #BC886D: hue angle of 20.51º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC886D is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 109 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.26 |
| HSL | 20.51º | 0.37% | 0.58% | - |
| HSV(B) | 20.51º | 0.42% | 0.74% | - |
| XYZ | 32.3 | 29.4 | 18.44 | - |
| YUV | 148.47 | 105.73 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 109 | 0 | 0.28 | 0.42 | 0.26 | 20.51 | 0.37 | 0.58 |
| Hex | BC | 88 | 6D | 0 | 1C | 2A | 1A | 15 | 25 | 3A |
| Octal | 274 | 210 | 155 | 0 | 34 | 52 | 32 | 25 | 45 | 72 |
| Binary | 10111100 | 10001000 | 1101101 | 0 | 11100 | 101010 | 11010 | 10101 | 100101 | 111010 |
Color Harmonies of #BC886D
Complementary color
Monochromatic Colors of #BC886D
Black with #BC886D
Text Example
Text Example
White with #BC886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC886D; }
p { color: rgb(188,136,109); }
H1.HeaderClassName
{
color: #BC886D;
}
.AnyTagClassName
{
color: #BC886D;
}
</style>
background-color css
<style>
a { background-color: #BC886D; }
a { background-color: rgb(188,136,109); }
div.DivClassName
{
background-color: #BC886D;
}
.BgClassName
{
background-color: #BC886D;
}
</style>
border-color css
<style>
span { border-color: #BC886D; }
span { border-color: rgb(188,136,109); }
td.TdClassName
{
border-color: #BC886D;
}
.TagClassName
{
border-color: #BC886D;
}
</style>