Shades of Brandy Rose #BC8474
Tints of Brandy Rose #BC8474
RGB
CMYK
RGB Variations
Color information
#BC8474 (or 0xBC8474) is known color: Brandy Rose. HEX triplet: BC, 84 and 74. RGB value is (188,132,116). Sum of RGB (Red+Green+Blue) = 188+132+116=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8474 is #437B8B. Grayscale: #939393. Windows color (decimal): -4422540 or 7636156. OLE color: 7636156.
HSL color Cylindrical-coordinate representation of color #BC8474: hue angle of 13.33º 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 #BC8474 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 132 | 116 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.26 |
| HSL | 13.33º | 0.35% | 0.6% | - |
| HSV(B) | 13.33º | 0.38% | 0.74% | - |
| XYZ | 32.14 | 28.45 | 20.32 | - |
| YUV | 146.92 | 110.55 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 116 | 0 | 0.30 | 0.38 | 0.26 | 13.33 | 0.35 | 0.6 |
| Hex | BC | 84 | 74 | 0 | 1E | 26 | 1A | D | 23 | 3C |
| Octal | 274 | 204 | 164 | 0 | 36 | 46 | 32 | 15 | 43 | 74 |
| Binary | 10111100 | 10000100 | 1110100 | 0 | 11110 | 100110 | 11010 | 1101 | 100011 | 111100 |
Color Harmonies of #BC8474
Complementary color
Monochromatic Colors of #BC8474
Black with #BC8474
Text Example
Text Example
White with #BC8474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8474; }
p { color: rgb(188,132,116); }
H1.HeaderClassName
{
color: #BC8474;
}
.AnyTagClassName
{
color: #BC8474;
}
</style>
background-color css
<style>
a { background-color: #BC8474; }
a { background-color: rgb(188,132,116); }
div.DivClassName
{
background-color: #BC8474;
}
.BgClassName
{
background-color: #BC8474;
}
</style>
border-color css
<style>
span { border-color: #BC8474; }
span { border-color: rgb(188,132,116); }
td.TdClassName
{
border-color: #BC8474;
}
.TagClassName
{
border-color: #BC8474;
}
</style>