Shades of Brandy Rose #BC896B
Tints of Brandy Rose #BC896B
RGB
CMYK
RGB Variations
Color information
#BC896B (or 0xBC896B) is known color: Brandy Rose. HEX triplet: BC, 89 and 6B. RGB value is (188,137,107). Sum of RGB (Red+Green+Blue) = 188+137+107=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC896B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC896B is #437694. Grayscale: #959595. Windows color (decimal): -4421269 or 7047612. OLE color: 7047612.
HSL color Cylindrical-coordinate representation of color #BC896B: hue angle of 22.22º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC896B is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 107 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.26 |
| HSL | 22.22º | 0.38% | 0.58% | - |
| HSV(B) | 22.22º | 0.43% | 0.74% | - |
| XYZ | 32.34 | 29.64 | 17.93 | - |
| YUV | 148.83 | 104.4 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 107 | 0 | 0.27 | 0.43 | 0.26 | 22.22 | 0.38 | 0.58 |
| Hex | BC | 89 | 6B | 0 | 1B | 2B | 1A | 16 | 26 | 3A |
| Octal | 274 | 211 | 153 | 0 | 33 | 53 | 32 | 26 | 46 | 72 |
| Binary | 10111100 | 10001001 | 1101011 | 0 | 11011 | 101011 | 11010 | 10110 | 100110 | 111010 |
Color Harmonies of #BC896B
Complementary color
Monochromatic Colors of #BC896B
Black with #BC896B
Text Example
Text Example
White with #BC896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC896B; }
p { color: rgb(188,137,107); }
H1.HeaderClassName
{
color: #BC896B;
}
.AnyTagClassName
{
color: #BC896B;
}
</style>
background-color css
<style>
a { background-color: #BC896B; }
a { background-color: rgb(188,137,107); }
div.DivClassName
{
background-color: #BC896B;
}
.BgClassName
{
background-color: #BC896B;
}
</style>
border-color css
<style>
span { border-color: #BC896B; }
span { border-color: rgb(188,137,107); }
td.TdClassName
{
border-color: #BC896B;
}
.TagClassName
{
border-color: #BC896B;
}
</style>