Shades of Brandy Rose #BC8576
Tints of Brandy Rose #BC8576
RGB
CMYK
RGB Variations
Color information
#BC8576 (or 0xBC8576) is known color: Brandy Rose. HEX triplet: BC, 85 and 76. RGB value is (188,133,118). Sum of RGB (Red+Green+Blue) = 188+133+118=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8576 is #437A89. Grayscale: #939393. Windows color (decimal): -4422282 or 7767484. OLE color: 7767484.
HSL color Cylindrical-coordinate representation of color #BC8576: hue angle of 12.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC8576 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 118 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.26 |
| HSL | 12.86º | 0.34% | 0.6% | - |
| HSV(B) | 12.86º | 0.37% | 0.74% | - |
| XYZ | 32.4 | 28.77 | 20.99 | - |
| YUV | 147.74 | 111.22 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 118 | 0 | 0.29 | 0.37 | 0.26 | 12.86 | 0.34 | 0.6 |
| Hex | BC | 85 | 76 | 0 | 1D | 25 | 1A | D | 22 | 3C |
| Octal | 274 | 205 | 166 | 0 | 35 | 45 | 32 | 15 | 42 | 74 |
| Binary | 10111100 | 10000101 | 1110110 | 0 | 11101 | 100101 | 11010 | 1101 | 100010 | 111100 |
Color Harmonies of #BC8576
Complementary color
Monochromatic Colors of #BC8576
Black with #BC8576
Text Example
Text Example
White with #BC8576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8576; }
p { color: rgb(188,133,118); }
H1.HeaderClassName
{
color: #BC8576;
}
.AnyTagClassName
{
color: #BC8576;
}
</style>
background-color css
<style>
a { background-color: #BC8576; }
a { background-color: rgb(188,133,118); }
div.DivClassName
{
background-color: #BC8576;
}
.BgClassName
{
background-color: #BC8576;
}
</style>
border-color css
<style>
span { border-color: #BC8576; }
span { border-color: rgb(188,133,118); }
td.TdClassName
{
border-color: #BC8576;
}
.TagClassName
{
border-color: #BC8576;
}
</style>