Shades of Brandy Rose #BC8873
Tints of Brandy Rose #BC8873
RGB
CMYK
RGB Variations
Color information
#BC8873 (or 0xBC8873) is known color: Brandy Rose. HEX triplet: BC, 88 and 73. RGB value is (188,136,115). Sum of RGB (Red+Green+Blue) = 188+136+115=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8873 is #43778C. Grayscale: #959595. Windows color (decimal): -4421517 or 7571644. OLE color: 7571644.
HSL color Cylindrical-coordinate representation of color #BC8873: hue angle of 17.26º 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 #BC8873 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 136 | 115 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.26 |
| HSL | 17.26º | 0.35% | 0.59% | - |
| HSV(B) | 17.26º | 0.39% | 0.74% | - |
| XYZ | 32.64 | 29.54 | 20.2 | - |
| YUV | 149.15 | 108.73 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 115 | 0 | 0.28 | 0.39 | 0.26 | 17.26 | 0.35 | 0.59 |
| Hex | BC | 88 | 73 | 0 | 1C | 27 | 1A | 11 | 23 | 3B |
| Octal | 274 | 210 | 163 | 0 | 34 | 47 | 32 | 21 | 43 | 73 |
| Binary | 10111100 | 10001000 | 1110011 | 0 | 11100 | 100111 | 11010 | 10001 | 100011 | 111011 |
Color Harmonies of #BC8873
Complementary color
Monochromatic Colors of #BC8873
Black with #BC8873
Text Example
Text Example
White with #BC8873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8873; }
p { color: rgb(188,136,115); }
H1.HeaderClassName
{
color: #BC8873;
}
.AnyTagClassName
{
color: #BC8873;
}
</style>
background-color css
<style>
a { background-color: #BC8873; }
a { background-color: rgb(188,136,115); }
div.DivClassName
{
background-color: #BC8873;
}
.BgClassName
{
background-color: #BC8873;
}
</style>
border-color css
<style>
span { border-color: #BC8873; }
span { border-color: rgb(188,136,115); }
td.TdClassName
{
border-color: #BC8873;
}
.TagClassName
{
border-color: #BC8873;
}
</style>