Shades of Brandy Rose #BC896D
Tints of Brandy Rose #BC896D
RGB
CMYK
RGB Variations
Color information
#BC896D (or 0xBC896D) is known color: Brandy Rose. HEX triplet: BC, 89 and 6D. RGB value is (188,137,109). Sum of RGB (Red+Green+Blue) = 188+137+109=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC896D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC896D is #437692. Grayscale: #959595. Windows color (decimal): -4421267 or 7178684. OLE color: 7178684.
HSL color Cylindrical-coordinate representation of color #BC896D: hue angle of 21.27º 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 #BC896D is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 109 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.26 |
| HSL | 21.27º | 0.37% | 0.58% | - |
| HSV(B) | 21.27º | 0.42% | 0.74% | - |
| XYZ | 32.45 | 29.69 | 18.49 | - |
| YUV | 149.06 | 105.4 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 109 | 0 | 0.27 | 0.42 | 0.26 | 21.27 | 0.37 | 0.58 |
| Hex | BC | 89 | 6D | 0 | 1B | 2A | 1A | 15 | 25 | 3A |
| Octal | 274 | 211 | 155 | 0 | 33 | 52 | 32 | 25 | 45 | 72 |
| Binary | 10111100 | 10001001 | 1101101 | 0 | 11011 | 101010 | 11010 | 10101 | 100101 | 111010 |
Color Harmonies of #BC896D
Complementary color
Monochromatic Colors of #BC896D
Black with #BC896D
Text Example
Text Example
White with #BC896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC896D; }
p { color: rgb(188,137,109); }
H1.HeaderClassName
{
color: #BC896D;
}
.AnyTagClassName
{
color: #BC896D;
}
</style>
background-color css
<style>
a { background-color: #BC896D; }
a { background-color: rgb(188,137,109); }
div.DivClassName
{
background-color: #BC896D;
}
.BgClassName
{
background-color: #BC896D;
}
</style>
border-color css
<style>
span { border-color: #BC896D; }
span { border-color: rgb(188,137,109); }
td.TdClassName
{
border-color: #BC896D;
}
.TagClassName
{
border-color: #BC896D;
}
</style>