Shades of Brandy Rose #BC8A7C
Tints of Brandy Rose #BC8A7C
RGB
CMYK
RGB Variations
Color information
#BC8A7C (or 0xBC8A7C) is known color: Brandy Rose. HEX triplet: BC, 8A and 7C. RGB value is (188,138,124). Sum of RGB (Red+Green+Blue) = 188+138+124=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8A7C is #437583. Grayscale: #979797. Windows color (decimal): -4420996 or 8161980. OLE color: 8161980.
HSL color Cylindrical-coordinate representation of color #BC8A7C: hue angle of 13.12º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC8A7C is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 138 | 124 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.26 |
| HSL | 13.13º | 0.32% | 0.61% | - |
| HSV(B) | 13.13º | 0.34% | 0.74% | - |
| XYZ | 33.47 | 30.32 | 23.16 | - |
| YUV | 151.35 | 112.57 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 124 | 0 | 0.27 | 0.34 | 0.26 | 13.13 | 0.32 | 0.61 |
| Hex | BC | 8A | 7C | 0 | 1B | 22 | 1A | D | 20 | 3D |
| Octal | 274 | 212 | 174 | 0 | 33 | 42 | 32 | 15 | 40 | 75 |
| Binary | 10111100 | 10001010 | 1111100 | 0 | 11011 | 100010 | 11010 | 1101 | 100000 | 111101 |
Color Harmonies of #BC8A7C
Complementary color
Monochromatic Colors of #BC8A7C
Black with #BC8A7C
Text Example
Text Example
White with #BC8A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8A7C; }
p { color: rgb(188,138,124); }
H1.HeaderClassName
{
color: #BC8A7C;
}
.AnyTagClassName
{
color: #BC8A7C;
}
</style>
background-color css
<style>
a { background-color: #BC8A7C; }
a { background-color: rgb(188,138,124); }
div.DivClassName
{
background-color: #BC8A7C;
}
.BgClassName
{
background-color: #BC8A7C;
}
</style>
border-color css
<style>
span { border-color: #BC8A7C; }
span { border-color: rgb(188,138,124); }
td.TdClassName
{
border-color: #BC8A7C;
}
.TagClassName
{
border-color: #BC8A7C;
}
</style>