Shades of Brandy Rose #BC8575
Tints of Brandy Rose #BC8575
RGB
CMYK
RGB Variations
Color information
#BC8575 (or 0xBC8575) is known color: Brandy Rose. HEX triplet: BC, 85 and 75. RGB value is (188,133,117). Sum of RGB (Red+Green+Blue) = 188+133+117=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8575 is #437A8A. Grayscale: #939393. Windows color (decimal): -4422283 or 7701948. OLE color: 7701948.
HSL color Cylindrical-coordinate representation of color #BC8575: hue angle of 13.52º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC8575 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 117 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.26 |
| HSL | 13.52º | 0.35% | 0.6% | - |
| HSV(B) | 13.52º | 0.38% | 0.74% | - |
| XYZ | 32.34 | 28.75 | 20.67 | - |
| YUV | 147.62 | 110.72 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 117 | 0 | 0.29 | 0.38 | 0.26 | 13.52 | 0.35 | 0.6 |
| Hex | BC | 85 | 75 | 0 | 1D | 26 | 1A | E | 23 | 3C |
| Octal | 274 | 205 | 165 | 0 | 35 | 46 | 32 | 16 | 43 | 74 |
| Binary | 10111100 | 10000101 | 1110101 | 0 | 11101 | 100110 | 11010 | 1110 | 100011 | 111100 |
Color Harmonies of #BC8575
Complementary color
Monochromatic Colors of #BC8575
Black with #BC8575
Text Example
Text Example
White with #BC8575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8575; }
p { color: rgb(188,133,117); }
H1.HeaderClassName
{
color: #BC8575;
}
.AnyTagClassName
{
color: #BC8575;
}
</style>
background-color css
<style>
a { background-color: #BC8575; }
a { background-color: rgb(188,133,117); }
div.DivClassName
{
background-color: #BC8575;
}
.BgClassName
{
background-color: #BC8575;
}
</style>
border-color css
<style>
span { border-color: #BC8575; }
span { border-color: rgb(188,133,117); }
td.TdClassName
{
border-color: #BC8575;
}
.TagClassName
{
border-color: #BC8575;
}
</style>