Shades of Brandy Rose #BC8070
Tints of Brandy Rose #BC8070
RGB
CMYK
RGB Variations
Color information
#BC8070 (or 0xBC8070) is known color: Brandy Rose. HEX triplet: BC, 80 and 70. RGB value is (188,128,112). Sum of RGB (Red+Green+Blue) = 188+128+112=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8070 is #437F8F. Grayscale: #909090. Windows color (decimal): -4423568 or 7372988. OLE color: 7372988.
HSL color Cylindrical-coordinate representation of color #BC8070: hue angle of 12.63º 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 #BC8070 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 112 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.26 |
| HSL | 12.63º | 0.36% | 0.59% | - |
| HSV(B) | 12.63º | 0.4% | 0.74% | - |
| XYZ | 31.38 | 27.3 | 18.94 | - |
| YUV | 144.12 | 109.88 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 112 | 0 | 0.32 | 0.40 | 0.26 | 12.63 | 0.36 | 0.59 |
| Hex | BC | 80 | 70 | 0 | 20 | 28 | 1A | D | 24 | 3B |
| Octal | 274 | 200 | 160 | 0 | 40 | 50 | 32 | 15 | 44 | 73 |
| Binary | 10111100 | 10000000 | 1110000 | 0 | 100000 | 101000 | 11010 | 1101 | 100100 | 111011 |
Color Harmonies of #BC8070
Complementary color
Monochromatic Colors of #BC8070
Black with #BC8070
Text Example
Text Example
White with #BC8070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8070; }
p { color: rgb(188,128,112); }
H1.HeaderClassName
{
color: #BC8070;
}
.AnyTagClassName
{
color: #BC8070;
}
</style>
background-color css
<style>
a { background-color: #BC8070; }
a { background-color: rgb(188,128,112); }
div.DivClassName
{
background-color: #BC8070;
}
.BgClassName
{
background-color: #BC8070;
}
</style>
border-color css
<style>
span { border-color: #BC8070; }
span { border-color: rgb(188,128,112); }
td.TdClassName
{
border-color: #BC8070;
}
.TagClassName
{
border-color: #BC8070;
}
</style>