Shades of Brandy Rose #BC8976
Tints of Brandy Rose #BC8976
RGB
CMYK
RGB Variations
Color information
#BC8976 (or 0xBC8976) is known color: Brandy Rose. HEX triplet: BC, 89 and 76. RGB value is (188,137,118). Sum of RGB (Red+Green+Blue) = 188+137+118=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8976 is #437689. Grayscale: #969696. Windows color (decimal): -4421258 or 7768508. OLE color: 7768508.
HSL color Cylindrical-coordinate representation of color #BC8976: hue angle of 16.29º 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 #BC8976 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 118 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.26 |
| HSL | 16.29º | 0.34% | 0.6% | - |
| HSV(B) | 16.29º | 0.37% | 0.74% | - |
| XYZ | 32.95 | 29.89 | 21.17 | - |
| YUV | 150.08 | 109.9 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 118 | 0 | 0.27 | 0.37 | 0.26 | 16.29 | 0.34 | 0.6 |
| Hex | BC | 89 | 76 | 0 | 1B | 25 | 1A | 10 | 22 | 3C |
| Octal | 274 | 211 | 166 | 0 | 33 | 45 | 32 | 20 | 42 | 74 |
| Binary | 10111100 | 10001001 | 1110110 | 0 | 11011 | 100101 | 11010 | 10000 | 100010 | 111100 |
Color Harmonies of #BC8976
Complementary color
Monochromatic Colors of #BC8976
Black with #BC8976
Text Example
Text Example
White with #BC8976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8976; }
p { color: rgb(188,137,118); }
H1.HeaderClassName
{
color: #BC8976;
}
.AnyTagClassName
{
color: #BC8976;
}
</style>
background-color css
<style>
a { background-color: #BC8976; }
a { background-color: rgb(188,137,118); }
div.DivClassName
{
background-color: #BC8976;
}
.BgClassName
{
background-color: #BC8976;
}
</style>
border-color css
<style>
span { border-color: #BC8976; }
span { border-color: rgb(188,137,118); }
td.TdClassName
{
border-color: #BC8976;
}
.TagClassName
{
border-color: #BC8976;
}
</style>