Shades of Brandy Rose #BC8973
Tints of Brandy Rose #BC8973
RGB
CMYK
RGB Variations
Color information
#BC8973 (or 0xBC8973) is known color: Brandy Rose. HEX triplet: BC, 89 and 73. RGB value is (188,137,115). Sum of RGB (Red+Green+Blue) = 188+137+115=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8973 is #43768C. Grayscale: #959595. Windows color (decimal): -4421261 or 7571900. OLE color: 7571900.
HSL color Cylindrical-coordinate representation of color #BC8973: hue angle of 18.08º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC8973 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 137 | 115 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.26 |
| HSL | 18.08º | 0.35% | 0.59% | - |
| HSV(B) | 18.08º | 0.39% | 0.74% | - |
| XYZ | 32.78 | 29.82 | 20.25 | - |
| YUV | 149.74 | 108.4 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 137 | 115 | 0 | 0.27 | 0.39 | 0.26 | 18.08 | 0.35 | 0.59 |
| Hex | BC | 89 | 73 | 0 | 1B | 27 | 1A | 12 | 23 | 3B |
| Octal | 274 | 211 | 163 | 0 | 33 | 47 | 32 | 22 | 43 | 73 |
| Binary | 10111100 | 10001001 | 1110011 | 0 | 11011 | 100111 | 11010 | 10010 | 100011 | 111011 |
Color Harmonies of #BC8973
Complementary color
Monochromatic Colors of #BC8973
Black with #BC8973
Text Example
Text Example
White with #BC8973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8973; }
p { color: rgb(188,137,115); }
H1.HeaderClassName
{
color: #BC8973;
}
.AnyTagClassName
{
color: #BC8973;
}
</style>
background-color css
<style>
a { background-color: #BC8973; }
a { background-color: rgb(188,137,115); }
div.DivClassName
{
background-color: #BC8973;
}
.BgClassName
{
background-color: #BC8973;
}
</style>
border-color css
<style>
span { border-color: #BC8973; }
span { border-color: rgb(188,137,115); }
td.TdClassName
{
border-color: #BC8973;
}
.TagClassName
{
border-color: #BC8973;
}
</style>