Shades of Brandy Rose #BC896E
Tints of Brandy Rose #BC896E
RGB
CMYK
RGB Variations
Color information
#BC896E (or 0xBC896E) is known color: Brandy Rose. HEX triplet: BC, 89 and 6E. RGB value is (188,137,110). Sum of RGB (Red+Green+Blue) = 188+137+110=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC896E is #437691. Grayscale: #959595. Windows color (decimal): -4421266 or 7244220. OLE color: 7244220.
HSL color Cylindrical-coordinate representation of color #BC896E: hue angle of 20.77º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC896E is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 110 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.26 |
| HSL | 20.77º | 0.37% | 0.58% | - |
| HSV(B) | 20.77º | 0.41% | 0.74% | - |
| XYZ | 32.5 | 29.71 | 18.77 | - |
| YUV | 149.17 | 105.9 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 110 | 0 | 0.27 | 0.41 | 0.26 | 20.77 | 0.37 | 0.58 |
| Hex | BC | 89 | 6E | 0 | 1B | 29 | 1A | 15 | 25 | 3A |
| Octal | 274 | 211 | 156 | 0 | 33 | 51 | 32 | 25 | 45 | 72 |
| Binary | 10111100 | 10001001 | 1101110 | 0 | 11011 | 101001 | 11010 | 10101 | 100101 | 111010 |
Color Harmonies of #BC896E
Complementary color
Monochromatic Colors of #BC896E
Black with #BC896E
Text Example
Text Example
White with #BC896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC896E; }
p { color: rgb(188,137,110); }
H1.HeaderClassName
{
color: #BC896E;
}
.AnyTagClassName
{
color: #BC896E;
}
</style>
background-color css
<style>
a { background-color: #BC896E; }
a { background-color: rgb(188,137,110); }
div.DivClassName
{
background-color: #BC896E;
}
.BgClassName
{
background-color: #BC896E;
}
</style>
border-color css
<style>
span { border-color: #BC896E; }
span { border-color: rgb(188,137,110); }
td.TdClassName
{
border-color: #BC896E;
}
.TagClassName
{
border-color: #BC896E;
}
</style>