Shades of Brandy Rose #BC8071
Tints of Brandy Rose #BC8071
RGB
CMYK
RGB Variations
Color information
#BC8071 (or 0xBC8071) is known color: Brandy Rose. HEX triplet: BC, 80 and 71. RGB value is (188,128,113). Sum of RGB (Red+Green+Blue) = 188+128+113=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8071 is #437F8E. Grayscale: #909090. Windows color (decimal): -4423567 or 7438524. OLE color: 7438524.
HSL color Cylindrical-coordinate representation of color #BC8071: hue angle of 12º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC8071 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 113 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.26 |
| HSL | 12º | 0.36% | 0.59% | - |
| HSV(B) | 12º | 0.4% | 0.74% | - |
| XYZ | 31.44 | 27.32 | 19.24 | - |
| YUV | 144.23 | 110.38 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 113 | 0 | 0.32 | 0.40 | 0.26 | 12 | 0.36 | 0.59 |
| Hex | BC | 80 | 71 | 0 | 20 | 28 | 1A | C | 24 | 3B |
| Octal | 274 | 200 | 161 | 0 | 40 | 50 | 32 | 14 | 44 | 73 |
| Binary | 10111100 | 10000000 | 1110001 | 0 | 100000 | 101000 | 11010 | 1100 | 100100 | 111011 |
Color Harmonies of #BC8071
Complementary color
Monochromatic Colors of #BC8071
Black with #BC8071
Text Example
Text Example
White with #BC8071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8071; }
p { color: rgb(188,128,113); }
H1.HeaderClassName
{
color: #BC8071;
}
.AnyTagClassName
{
color: #BC8071;
}
</style>
background-color css
<style>
a { background-color: #BC8071; }
a { background-color: rgb(188,128,113); }
div.DivClassName
{
background-color: #BC8071;
}
.BgClassName
{
background-color: #BC8071;
}
</style>
border-color css
<style>
span { border-color: #BC8071; }
span { border-color: rgb(188,128,113); }
td.TdClassName
{
border-color: #BC8071;
}
.TagClassName
{
border-color: #BC8071;
}
</style>