Shades of Brandy Rose #BC8673
Tints of Brandy Rose #BC8673
RGB
CMYK
RGB Variations
Color information
#BC8673 (or 0xBC8673) is known color: Brandy Rose. HEX triplet: BC, 86 and 73. RGB value is (188,134,115). Sum of RGB (Red+Green+Blue) = 188+134+115=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8673 is #43798C. Grayscale: #949494. Windows color (decimal): -4422029 or 7571132. OLE color: 7571132.
HSL color Cylindrical-coordinate representation of color #BC8673: hue angle of 15.62º 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 #BC8673 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 134 | 115 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.26 |
| HSL | 15.62º | 0.35% | 0.59% | - |
| HSV(B) | 15.62º | 0.39% | 0.74% | - |
| XYZ | 32.36 | 28.98 | 20.11 | - |
| YUV | 147.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 115 | 0 | 0.29 | 0.39 | 0.26 | 15.62 | 0.35 | 0.59 |
| Hex | BC | 86 | 73 | 0 | 1D | 27 | 1A | 10 | 23 | 3B |
| Octal | 274 | 206 | 163 | 0 | 35 | 47 | 32 | 20 | 43 | 73 |
| Binary | 10111100 | 10000110 | 1110011 | 0 | 11101 | 100111 | 11010 | 10000 | 100011 | 111011 |
Color Harmonies of #BC8673
Complementary color
Monochromatic Colors of #BC8673
Black with #BC8673
Text Example
Text Example
White with #BC8673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8673; }
p { color: rgb(188,134,115); }
H1.HeaderClassName
{
color: #BC8673;
}
.AnyTagClassName
{
color: #BC8673;
}
</style>
background-color css
<style>
a { background-color: #BC8673; }
a { background-color: rgb(188,134,115); }
div.DivClassName
{
background-color: #BC8673;
}
.BgClassName
{
background-color: #BC8673;
}
</style>
border-color css
<style>
span { border-color: #BC8673; }
span { border-color: rgb(188,134,115); }
td.TdClassName
{
border-color: #BC8673;
}
.TagClassName
{
border-color: #BC8673;
}
</style>