Shades of Brandy Rose #BC8578
Tints of Brandy Rose #BC8578
RGB
CMYK
RGB Variations
Color information
#BC8578 (or 0xBC8578) is known color: Brandy Rose. HEX triplet: BC, 85 and 78. RGB value is (188,133,120). Sum of RGB (Red+Green+Blue) = 188+133+120=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8578 is #437A87. Grayscale: #949494. Windows color (decimal): -4422280 or 7898556. OLE color: 7898556.
HSL color Cylindrical-coordinate representation of color #BC8578: hue angle of 11.47º 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 #BC8578 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 120 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.26 |
| HSL | 11.47º | 0.34% | 0.6% | - |
| HSV(B) | 11.47º | 0.36% | 0.74% | - |
| XYZ | 32.52 | 28.82 | 21.62 | - |
| YUV | 147.96 | 112.22 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 120 | 0 | 0.29 | 0.36 | 0.26 | 11.47 | 0.34 | 0.6 |
| Hex | BC | 85 | 78 | 0 | 1D | 24 | 1A | B | 22 | 3C |
| Octal | 274 | 205 | 170 | 0 | 35 | 44 | 32 | 13 | 42 | 74 |
| Binary | 10111100 | 10000101 | 1111000 | 0 | 11101 | 100100 | 11010 | 1011 | 100010 | 111100 |
Color Harmonies of #BC8578
Complementary color
Monochromatic Colors of #BC8578
Black with #BC8578
Text Example
Text Example
White with #BC8578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8578; }
p { color: rgb(188,133,120); }
H1.HeaderClassName
{
color: #BC8578;
}
.AnyTagClassName
{
color: #BC8578;
}
</style>
background-color css
<style>
a { background-color: #BC8578; }
a { background-color: rgb(188,133,120); }
div.DivClassName
{
background-color: #BC8578;
}
.BgClassName
{
background-color: #BC8578;
}
</style>
border-color css
<style>
span { border-color: #BC8578; }
span { border-color: rgb(188,133,120); }
td.TdClassName
{
border-color: #BC8578;
}
.TagClassName
{
border-color: #BC8578;
}
</style>