Shades of Brandy Rose #BC866C
Tints of Brandy Rose #BC866C
RGB
CMYK
RGB Variations
Color information
#BC866C (or 0xBC866C) is known color: Brandy Rose. HEX triplet: BC, 86 and 6C. RGB value is (188,134,108). Sum of RGB (Red+Green+Blue) = 188+134+108=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC866C is #437993. Grayscale: #939393. Windows color (decimal): -4422036 or 7112380. OLE color: 7112380.
HSL color Cylindrical-coordinate representation of color #BC866C: hue angle of 19.5º 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 #BC866C is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 108 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.26 |
| HSL | 19.5º | 0.37% | 0.58% | - |
| HSV(B) | 19.5º | 0.43% | 0.74% | - |
| XYZ | 31.97 | 28.82 | 18.07 | - |
| YUV | 147.18 | 105.89 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 108 | 0 | 0.29 | 0.43 | 0.26 | 19.5 | 0.37 | 0.58 |
| Hex | BC | 86 | 6C | 0 | 1D | 2B | 1A | 14 | 25 | 3A |
| Octal | 274 | 206 | 154 | 0 | 35 | 53 | 32 | 24 | 45 | 72 |
| Binary | 10111100 | 10000110 | 1101100 | 0 | 11101 | 101011 | 11010 | 10100 | 100101 | 111010 |
Color Harmonies of #BC866C
Complementary color
Monochromatic Colors of #BC866C
Black with #BC866C
Text Example
Text Example
White with #BC866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC866C; }
p { color: rgb(188,134,108); }
H1.HeaderClassName
{
color: #BC866C;
}
.AnyTagClassName
{
color: #BC866C;
}
</style>
background-color css
<style>
a { background-color: #BC866C; }
a { background-color: rgb(188,134,108); }
div.DivClassName
{
background-color: #BC866C;
}
.BgClassName
{
background-color: #BC866C;
}
</style>
border-color css
<style>
span { border-color: #BC866C; }
span { border-color: rgb(188,134,108); }
td.TdClassName
{
border-color: #BC866C;
}
.TagClassName
{
border-color: #BC866C;
}
</style>