Shades of Brandy Rose #BC856D
Tints of Brandy Rose #BC856D
RGB
CMYK
RGB Variations
Color information
#BC856D (or 0xBC856D) is known color: Brandy Rose. HEX triplet: BC, 85 and 6D. RGB value is (188,133,109). Sum of RGB (Red+Green+Blue) = 188+133+109=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC856D is #437A92. Grayscale: #929292. Windows color (decimal): -4422291 or 7177660. OLE color: 7177660.
HSL color Cylindrical-coordinate representation of color #BC856D: hue angle of 18.23º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC856D is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 133 | 109 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.26 |
| HSL | 18.23º | 0.37% | 0.58% | - |
| HSV(B) | 18.23º | 0.42% | 0.74% | - |
| XYZ | 31.89 | 28.57 | 18.3 | - |
| YUV | 146.71 | 106.72 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 109 | 0 | 0.29 | 0.42 | 0.26 | 18.23 | 0.37 | 0.58 |
| Hex | BC | 85 | 6D | 0 | 1D | 2A | 1A | 12 | 25 | 3A |
| Octal | 274 | 205 | 155 | 0 | 35 | 52 | 32 | 22 | 45 | 72 |
| Binary | 10111100 | 10000101 | 1101101 | 0 | 11101 | 101010 | 11010 | 10010 | 100101 | 111010 |
Color Harmonies of #BC856D
Complementary color
Monochromatic Colors of #BC856D
Black with #BC856D
Text Example
Text Example
White with #BC856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC856D; }
p { color: rgb(188,133,109); }
H1.HeaderClassName
{
color: #BC856D;
}
.AnyTagClassName
{
color: #BC856D;
}
</style>
background-color css
<style>
a { background-color: #BC856D; }
a { background-color: rgb(188,133,109); }
div.DivClassName
{
background-color: #BC856D;
}
.BgClassName
{
background-color: #BC856D;
}
</style>
border-color css
<style>
span { border-color: #BC856D; }
span { border-color: rgb(188,133,109); }
td.TdClassName
{
border-color: #BC856D;
}
.TagClassName
{
border-color: #BC856D;
}
</style>