Shades of Brandy Rose #BC8B81
Tints of Brandy Rose #BC8B81
RGB
CMYK
RGB Variations
Color information
#BC8B81 (or 0xBC8B81) is known color: Brandy Rose. HEX triplet: BC, 8B and 81. RGB value is (188,139,129). Sum of RGB (Red+Green+Blue) = 188+139+129=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8B81 is #43747E. Grayscale: #989898. Windows color (decimal): -4420735 or 8489916. OLE color: 8489916.
HSL color Cylindrical-coordinate representation of color #BC8B81: hue angle of 10.17º 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 #BC8B81 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 139 | 129 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.26 |
| HSL | 10.17º | 0.31% | 0.62% | - |
| HSV(B) | 10.17º | 0.31% | 0.74% | - |
| XYZ | 33.93 | 30.74 | 24.91 | - |
| YUV | 152.51 | 114.73 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 129 | 0 | 0.26 | 0.31 | 0.26 | 10.17 | 0.31 | 0.62 |
| Hex | BC | 8B | 81 | 0 | 1A | 1F | 1A | A | 1F | 3E |
| Octal | 274 | 213 | 201 | 0 | 32 | 37 | 32 | 12 | 37 | 76 |
| Binary | 10111100 | 10001011 | 10000001 | 0 | 11010 | 11111 | 11010 | 1010 | 11111 | 111110 |
Color Harmonies of #BC8B81
Complementary color
Monochromatic Colors of #BC8B81
Black with #BC8B81
Text Example
Text Example
White with #BC8B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8B81; }
p { color: rgb(188,139,129); }
H1.HeaderClassName
{
color: #BC8B81;
}
.AnyTagClassName
{
color: #BC8B81;
}
</style>
background-color css
<style>
a { background-color: #BC8B81; }
a { background-color: rgb(188,139,129); }
div.DivClassName
{
background-color: #BC8B81;
}
.BgClassName
{
background-color: #BC8B81;
}
</style>
border-color css
<style>
span { border-color: #BC8B81; }
span { border-color: rgb(188,139,129); }
td.TdClassName
{
border-color: #BC8B81;
}
.TagClassName
{
border-color: #BC8B81;
}
</style>