Shades of Brandy Rose #BC897A
Tints of Brandy Rose #BC897A
RGB
CMYK
RGB Variations
Color information
#BC897A (or 0xBC897A) is known color: Brandy Rose. HEX triplet: BC, 89 and 7A. RGB value is (188,137,122). Sum of RGB (Red+Green+Blue) = 188+137+122=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC897A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC897A is #437685. Grayscale: #969696. Windows color (decimal): -4421254 or 8030652. OLE color: 8030652.
HSL color Cylindrical-coordinate representation of color #BC897A: hue angle of 13.64º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC897A is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 122 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.26 |
| HSL | 13.64º | 0.33% | 0.61% | - |
| HSV(B) | 13.64º | 0.35% | 0.74% | - |
| XYZ | 33.2 | 29.99 | 22.45 | - |
| YUV | 150.54 | 111.9 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 122 | 0 | 0.27 | 0.35 | 0.26 | 13.64 | 0.33 | 0.61 |
| Hex | BC | 89 | 7A | 0 | 1B | 23 | 1A | E | 21 | 3D |
| Octal | 274 | 211 | 172 | 0 | 33 | 43 | 32 | 16 | 41 | 75 |
| Binary | 10111100 | 10001001 | 1111010 | 0 | 11011 | 100011 | 11010 | 1110 | 100001 | 111101 |
Color Harmonies of #BC897A
Complementary color
Monochromatic Colors of #BC897A
Black with #BC897A
Text Example
Text Example
White with #BC897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC897A; }
p { color: rgb(188,137,122); }
H1.HeaderClassName
{
color: #BC897A;
}
.AnyTagClassName
{
color: #BC897A;
}
</style>
background-color css
<style>
a { background-color: #BC897A; }
a { background-color: rgb(188,137,122); }
div.DivClassName
{
background-color: #BC897A;
}
.BgClassName
{
background-color: #BC897A;
}
</style>
border-color css
<style>
span { border-color: #BC897A; }
span { border-color: rgb(188,137,122); }
td.TdClassName
{
border-color: #BC897A;
}
.TagClassName
{
border-color: #BC897A;
}
</style>