Shades of Brandy Rose #BC8F81
Tints of Brandy Rose #BC8F81
RGB
CMYK
RGB Variations
Color information
#BC8F81 (or 0xBC8F81) is known color: Brandy Rose. HEX triplet: BC, 8F and 81. RGB value is (188,143,129). Sum of RGB (Red+Green+Blue) = 188+143+129=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8F81 is #43707E. Grayscale: #9A9A9A. Windows color (decimal): -4419711 or 8490940. OLE color: 8490940.
HSL color Cylindrical-coordinate representation of color #BC8F81: hue angle of 14.24º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC8F81 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 143 | 129 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.26 |
| HSL | 14.24º | 0.31% | 0.62% | - |
| HSV(B) | 14.24º | 0.31% | 0.74% | - |
| XYZ | 34.52 | 31.92 | 25.11 | - |
| YUV | 154.86 | 113.41 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 129 | 0 | 0.24 | 0.31 | 0.26 | 14.24 | 0.31 | 0.62 |
| Hex | BC | 8F | 81 | 0 | 18 | 1F | 1A | E | 1F | 3E |
| Octal | 274 | 217 | 201 | 0 | 30 | 37 | 32 | 16 | 37 | 76 |
| Binary | 10111100 | 10001111 | 10000001 | 0 | 11000 | 11111 | 11010 | 1110 | 11111 | 111110 |
Color Harmonies of #BC8F81
Complementary color
Monochromatic Colors of #BC8F81
Black with #BC8F81
Text Example
Text Example
White with #BC8F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8F81; }
p { color: rgb(188,143,129); }
H1.HeaderClassName
{
color: #BC8F81;
}
.AnyTagClassName
{
color: #BC8F81;
}
</style>
background-color css
<style>
a { background-color: #BC8F81; }
a { background-color: rgb(188,143,129); }
div.DivClassName
{
background-color: #BC8F81;
}
.BgClassName
{
background-color: #BC8F81;
}
</style>
border-color css
<style>
span { border-color: #BC8F81; }
span { border-color: rgb(188,143,129); }
td.TdClassName
{
border-color: #BC8F81;
}
.TagClassName
{
border-color: #BC8F81;
}
</style>