Shades of Brandy Rose #BC8A78
Tints of Brandy Rose #BC8A78
RGB
CMYK
RGB Variations
Color information
#BC8A78 (or 0xBC8A78) is known color: Brandy Rose. HEX triplet: BC, 8A and 78. RGB value is (188,138,120). Sum of RGB (Red+Green+Blue) = 188+138+120=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8A78 is #437587. Grayscale: #979797. Windows color (decimal): -4421000 or 7899836. OLE color: 7899836.
HSL color Cylindrical-coordinate representation of color #BC8A78: hue angle of 15.88º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC8A78 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 138 | 120 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.26 |
| HSL | 15.88º | 0.34% | 0.6% | - |
| HSV(B) | 15.88º | 0.36% | 0.74% | - |
| XYZ | 33.22 | 30.22 | 21.85 | - |
| YUV | 150.9 | 110.57 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 120 | 0 | 0.27 | 0.36 | 0.26 | 15.88 | 0.34 | 0.6 |
| Hex | BC | 8A | 78 | 0 | 1B | 24 | 1A | 10 | 22 | 3C |
| Octal | 274 | 212 | 170 | 0 | 33 | 44 | 32 | 20 | 42 | 74 |
| Binary | 10111100 | 10001010 | 1111000 | 0 | 11011 | 100100 | 11010 | 10000 | 100010 | 111100 |
Color Harmonies of #BC8A78
Complementary color
Monochromatic Colors of #BC8A78
Black with #BC8A78
Text Example
Text Example
White with #BC8A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8A78; }
p { color: rgb(188,138,120); }
H1.HeaderClassName
{
color: #BC8A78;
}
.AnyTagClassName
{
color: #BC8A78;
}
</style>
background-color css
<style>
a { background-color: #BC8A78; }
a { background-color: rgb(188,138,120); }
div.DivClassName
{
background-color: #BC8A78;
}
.BgClassName
{
background-color: #BC8A78;
}
</style>
border-color css
<style>
span { border-color: #BC8A78; }
span { border-color: rgb(188,138,120); }
td.TdClassName
{
border-color: #BC8A78;
}
.TagClassName
{
border-color: #BC8A78;
}
</style>