Shades of Brandy Rose #BC8473
Tints of Brandy Rose #BC8473
RGB
CMYK
RGB Variations
Color information
#BC8473 (or 0xBC8473) is known color: Brandy Rose. HEX triplet: BC, 84 and 73. RGB value is (188,132,115). Sum of RGB (Red+Green+Blue) = 188+132+115=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8473 is #437B8C. Grayscale: #929292. Windows color (decimal): -4422541 or 7570620. OLE color: 7570620.
HSL color Cylindrical-coordinate representation of color #BC8473: hue angle of 13.97º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC8473 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 115 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.26 |
| HSL | 13.97º | 0.35% | 0.59% | - |
| HSV(B) | 13.97º | 0.39% | 0.74% | - |
| XYZ | 32.08 | 28.43 | 20.02 | - |
| YUV | 146.81 | 110.05 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 115 | 0 | 0.30 | 0.39 | 0.26 | 13.97 | 0.35 | 0.59 |
| Hex | BC | 84 | 73 | 0 | 1E | 27 | 1A | E | 23 | 3B |
| Octal | 274 | 204 | 163 | 0 | 36 | 47 | 32 | 16 | 43 | 73 |
| Binary | 10111100 | 10000100 | 1110011 | 0 | 11110 | 100111 | 11010 | 1110 | 100011 | 111011 |
Color Harmonies of #BC8473
Complementary color
Monochromatic Colors of #BC8473
Black with #BC8473
Text Example
Text Example
White with #BC8473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8473; }
p { color: rgb(188,132,115); }
H1.HeaderClassName
{
color: #BC8473;
}
.AnyTagClassName
{
color: #BC8473;
}
</style>
background-color css
<style>
a { background-color: #BC8473; }
a { background-color: rgb(188,132,115); }
div.DivClassName
{
background-color: #BC8473;
}
.BgClassName
{
background-color: #BC8473;
}
</style>
border-color css
<style>
span { border-color: #BC8473; }
span { border-color: rgb(188,132,115); }
td.TdClassName
{
border-color: #BC8473;
}
.TagClassName
{
border-color: #BC8473;
}
</style>