Shades of Brandy Rose #BC8271
Tints of Brandy Rose #BC8271
RGB
CMYK
RGB Variations
Color information
#BC8271 (or 0xBC8271) is known color: Brandy Rose. HEX triplet: BC, 82 and 71. RGB value is (188,130,113). Sum of RGB (Red+Green+Blue) = 188+130+113=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8271 is #437D8E. Grayscale: #919191. Windows color (decimal): -4423055 or 7439036. OLE color: 7439036.
HSL color Cylindrical-coordinate representation of color #BC8271: hue angle of 13.6º 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 #BC8271 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 113 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.26 |
| HSL | 13.6º | 0.36% | 0.59% | - |
| HSV(B) | 13.6º | 0.4% | 0.74% | - |
| XYZ | 31.7 | 27.85 | 19.33 | - |
| YUV | 145.4 | 109.72 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 113 | 0 | 0.31 | 0.40 | 0.26 | 13.6 | 0.36 | 0.59 |
| Hex | BC | 82 | 71 | 0 | 1F | 28 | 1A | E | 24 | 3B |
| Octal | 274 | 202 | 161 | 0 | 37 | 50 | 32 | 16 | 44 | 73 |
| Binary | 10111100 | 10000010 | 1110001 | 0 | 11111 | 101000 | 11010 | 1110 | 100100 | 111011 |
Color Harmonies of #BC8271
Complementary color
Monochromatic Colors of #BC8271
Black with #BC8271
Text Example
Text Example
White with #BC8271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8271; }
p { color: rgb(188,130,113); }
H1.HeaderClassName
{
color: #BC8271;
}
.AnyTagClassName
{
color: #BC8271;
}
</style>
background-color css
<style>
a { background-color: #BC8271; }
a { background-color: rgb(188,130,113); }
div.DivClassName
{
background-color: #BC8271;
}
.BgClassName
{
background-color: #BC8271;
}
</style>
border-color css
<style>
span { border-color: #BC8271; }
span { border-color: rgb(188,130,113); }
td.TdClassName
{
border-color: #BC8271;
}
.TagClassName
{
border-color: #BC8271;
}
</style>