Shades of Brandy Rose #BC8D78
Tints of Brandy Rose #BC8D78
RGB
CMYK
RGB Variations
Color information
#BC8D78 (or 0xBC8D78) is known color: Brandy Rose. HEX triplet: BC, 8D and 78. RGB value is (188,141,120). Sum of RGB (Red+Green+Blue) = 188+141+120=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8D78 is #437287. Grayscale: #989898. Windows color (decimal): -4420232 or 7900604. OLE color: 7900604.
HSL color Cylindrical-coordinate representation of color #BC8D78: hue angle of 18.53º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC8D78 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 141 | 120 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.26 |
| HSL | 18.53º | 0.34% | 0.6% | - |
| HSV(B) | 18.53º | 0.36% | 0.74% | - |
| XYZ | 33.65 | 31.1 | 22 | - |
| YUV | 152.66 | 109.57 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 120 | 0 | 0.25 | 0.36 | 0.26 | 18.53 | 0.34 | 0.6 |
| Hex | BC | 8D | 78 | 0 | 19 | 24 | 1A | 13 | 22 | 3C |
| Octal | 274 | 215 | 170 | 0 | 31 | 44 | 32 | 23 | 42 | 74 |
| Binary | 10111100 | 10001101 | 1111000 | 0 | 11001 | 100100 | 11010 | 10011 | 100010 | 111100 |
Color Harmonies of #BC8D78
Complementary color
Monochromatic Colors of #BC8D78
Black with #BC8D78
Text Example
Text Example
White with #BC8D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8D78; }
p { color: rgb(188,141,120); }
H1.HeaderClassName
{
color: #BC8D78;
}
.AnyTagClassName
{
color: #BC8D78;
}
</style>
background-color css
<style>
a { background-color: #BC8D78; }
a { background-color: rgb(188,141,120); }
div.DivClassName
{
background-color: #BC8D78;
}
.BgClassName
{
background-color: #BC8D78;
}
</style>
border-color css
<style>
span { border-color: #BC8D78; }
span { border-color: rgb(188,141,120); }
td.TdClassName
{
border-color: #BC8D78;
}
.TagClassName
{
border-color: #BC8D78;
}
</style>