Shades of Brandy Rose #BC8F80
Tints of Brandy Rose #BC8F80
RGB
CMYK
RGB Variations
Color information
#BC8F80 (or 0xBC8F80) is known color: Brandy Rose. HEX triplet: BC, 8F and 80. RGB value is (188,143,128). Sum of RGB (Red+Green+Blue) = 188+143+128=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8F80 is #43707F. Grayscale: #9A9A9A. Windows color (decimal): -4419712 or 8425404. OLE color: 8425404.
HSL color Cylindrical-coordinate representation of color #BC8F80: hue angle of 15º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC8F80 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 128 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.26 |
| HSL | 15º | 0.31% | 0.62% | - |
| HSV(B) | 15º | 0.32% | 0.74% | - |
| XYZ | 34.46 | 31.89 | 24.76 | - |
| YUV | 154.75 | 112.91 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 128 | 0 | 0.24 | 0.32 | 0.26 | 15 | 0.31 | 0.62 |
| Hex | BC | 8F | 80 | 0 | 18 | 20 | 1A | F | 1F | 3E |
| Octal | 274 | 217 | 200 | 0 | 30 | 40 | 32 | 17 | 37 | 76 |
| Binary | 10111100 | 10001111 | 10000000 | 0 | 11000 | 100000 | 11010 | 1111 | 11111 | 111110 |
Color Harmonies of #BC8F80
Complementary color
Monochromatic Colors of #BC8F80
Black with #BC8F80
Text Example
Text Example
White with #BC8F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F80; }
p { color: rgb(188,143,128); }
H1.HeaderClassName
{
color: #BC8F80;
}
.AnyTagClassName
{
color: #BC8F80;
}
</style>
background-color css
<style>
a { background-color: #BC8F80; }
a { background-color: rgb(188,143,128); }
div.DivClassName
{
background-color: #BC8F80;
}
.BgClassName
{
background-color: #BC8F80;
}
</style>
border-color css
<style>
span { border-color: #BC8F80; }
span { border-color: rgb(188,143,128); }
td.TdClassName
{
border-color: #BC8F80;
}
.TagClassName
{
border-color: #BC8F80;
}
</style>