Shades of Brandy Rose #BC8371
Tints of Brandy Rose #BC8371
RGB
CMYK
RGB Variations
Color information
#BC8371 (or 0xBC8371) is known color: Brandy Rose. HEX triplet: BC, 83 and 71. RGB value is (188,131,113). Sum of RGB (Red+Green+Blue) = 188+131+113=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8371 is #437C8E. Grayscale: #929292. Windows color (decimal): -4422799 or 7439292. OLE color: 7439292.
HSL color Cylindrical-coordinate representation of color #BC8371: hue angle of 14.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC8371 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 113 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.26 |
| HSL | 14.4º | 0.36% | 0.59% | - |
| HSV(B) | 14.4º | 0.4% | 0.74% | - |
| XYZ | 31.84 | 28.12 | 19.37 | - |
| YUV | 145.99 | 109.38 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 113 | 0 | 0.30 | 0.40 | 0.26 | 14.4 | 0.36 | 0.59 |
| Hex | BC | 83 | 71 | 0 | 1E | 28 | 1A | E | 24 | 3B |
| Octal | 274 | 203 | 161 | 0 | 36 | 50 | 32 | 16 | 44 | 73 |
| Binary | 10111100 | 10000011 | 1110001 | 0 | 11110 | 101000 | 11010 | 1110 | 100100 | 111011 |
Color Harmonies of #BC8371
Complementary color
Monochromatic Colors of #BC8371
Black with #BC8371
Text Example
Text Example
White with #BC8371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8371; }
p { color: rgb(188,131,113); }
H1.HeaderClassName
{
color: #BC8371;
}
.AnyTagClassName
{
color: #BC8371;
}
</style>
background-color css
<style>
a { background-color: #BC8371; }
a { background-color: rgb(188,131,113); }
div.DivClassName
{
background-color: #BC8371;
}
.BgClassName
{
background-color: #BC8371;
}
</style>
border-color css
<style>
span { border-color: #BC8371; }
span { border-color: rgb(188,131,113); }
td.TdClassName
{
border-color: #BC8371;
}
.TagClassName
{
border-color: #BC8371;
}
</style>