Shades of Brandy Rose #BC8276
Tints of Brandy Rose #BC8276
RGB
CMYK
RGB Variations
Color information
#BC8276 (or 0xBC8276) is known color: Brandy Rose. HEX triplet: BC, 82 and 76. RGB value is (188,130,118). Sum of RGB (Red+Green+Blue) = 188+130+118=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8276 is #437D89. Grayscale: #929292. Windows color (decimal): -4423050 or 7766716. OLE color: 7766716.
HSL color Cylindrical-coordinate representation of color #BC8276: hue angle of 10.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC8276 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 118 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.26 |
| HSL | 10.29º | 0.34% | 0.6% | - |
| HSV(B) | 10.29º | 0.37% | 0.74% | - |
| XYZ | 31.99 | 27.96 | 20.85 | - |
| YUV | 145.97 | 112.22 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 118 | 0 | 0.31 | 0.37 | 0.26 | 10.29 | 0.34 | 0.6 |
| Hex | BC | 82 | 76 | 0 | 1F | 25 | 1A | A | 22 | 3C |
| Octal | 274 | 202 | 166 | 0 | 37 | 45 | 32 | 12 | 42 | 74 |
| Binary | 10111100 | 10000010 | 1110110 | 0 | 11111 | 100101 | 11010 | 1010 | 100010 | 111100 |
Color Harmonies of #BC8276
Complementary color
Monochromatic Colors of #BC8276
Black with #BC8276
Text Example
Text Example
White with #BC8276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8276; }
p { color: rgb(188,130,118); }
H1.HeaderClassName
{
color: #BC8276;
}
.AnyTagClassName
{
color: #BC8276;
}
</style>
background-color css
<style>
a { background-color: #BC8276; }
a { background-color: rgb(188,130,118); }
div.DivClassName
{
background-color: #BC8276;
}
.BgClassName
{
background-color: #BC8276;
}
</style>
border-color css
<style>
span { border-color: #BC8276; }
span { border-color: rgb(188,130,118); }
td.TdClassName
{
border-color: #BC8276;
}
.TagClassName
{
border-color: #BC8276;
}
</style>