Shades of Brandy Rose #BC8180
Tints of Brandy Rose #BC8180
RGB
CMYK
RGB Variations
Color information
#BC8180 (or 0xBC8180) is known color: Brandy Rose. HEX triplet: BC, 81 and 80. RGB value is (188,129,128). Sum of RGB (Red+Green+Blue) = 188+129+128=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8180 is #437E7F. Grayscale: #929292. Windows color (decimal): -4423296 or 8421820. OLE color: 8421820.
HSL color Cylindrical-coordinate representation of color #BC8180: hue angle of 1º 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 #BC8180 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 128 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.26 |
| HSL | 1º | 0.31% | 0.62% | - |
| HSV(B) | 1º | 0.32% | 0.74% | - |
| XYZ | 32.49 | 27.95 | 24.1 | - |
| YUV | 146.53 | 117.55 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 128 | 0 | 0.31 | 0.32 | 0.26 | 1 | 0.31 | 0.62 |
| Hex | BC | 81 | 80 | 0 | 1F | 20 | 1A | 1 | 1F | 3E |
| Octal | 274 | 201 | 200 | 0 | 37 | 40 | 32 | 1 | 37 | 76 |
| Binary | 10111100 | 10000001 | 10000000 | 0 | 11111 | 100000 | 11010 | 1 | 11111 | 111110 |
Color Harmonies of #BC8180
Complementary color
Monochromatic Colors of #BC8180
Black with #BC8180
Text Example
Text Example
White with #BC8180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8180; }
p { color: rgb(188,129,128); }
H1.HeaderClassName
{
color: #BC8180;
}
.AnyTagClassName
{
color: #BC8180;
}
</style>
background-color css
<style>
a { background-color: #BC8180; }
a { background-color: rgb(188,129,128); }
div.DivClassName
{
background-color: #BC8180;
}
.BgClassName
{
background-color: #BC8180;
}
</style>
border-color css
<style>
span { border-color: #BC8180; }
span { border-color: rgb(188,129,128); }
td.TdClassName
{
border-color: #BC8180;
}
.TagClassName
{
border-color: #BC8180;
}
</style>