Shades of Brandy Rose #BC816D
Tints of Brandy Rose #BC816D
RGB
CMYK
RGB Variations
Color information
#BC816D (or 0xBC816D) is known color: Brandy Rose. HEX triplet: BC, 81 and 6D. RGB value is (188,129,109). Sum of RGB (Red+Green+Blue) = 188+129+109=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 129 (50.78% from 255 or 30.28% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC816D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC816D is #437E92. Grayscale: #909090. Windows color (decimal): -4423315 or 7176636. OLE color: 7176636.
HSL color Cylindrical-coordinate representation of color #BC816D: hue angle of 15.19º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC816D is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 129 | 109 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.26 |
| HSL | 15.19º | 0.37% | 0.58% | - |
| HSV(B) | 15.19º | 0.42% | 0.74% | - |
| XYZ | 31.35 | 27.5 | 18.12 | - |
| YUV | 144.36 | 108.05 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 109 | 0 | 0.31 | 0.42 | 0.26 | 15.19 | 0.37 | 0.58 |
| Hex | BC | 81 | 6D | 0 | 1F | 2A | 1A | F | 25 | 3A |
| Octal | 274 | 201 | 155 | 0 | 37 | 52 | 32 | 17 | 45 | 72 |
| Binary | 10111100 | 10000001 | 1101101 | 0 | 11111 | 101010 | 11010 | 1111 | 100101 | 111010 |
Color Harmonies of #BC816D
Complementary color
Monochromatic Colors of #BC816D
Black with #BC816D
Text Example
Text Example
White with #BC816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC816D; }
p { color: rgb(188,129,109); }
H1.HeaderClassName
{
color: #BC816D;
}
.AnyTagClassName
{
color: #BC816D;
}
</style>
background-color css
<style>
a { background-color: #BC816D; }
a { background-color: rgb(188,129,109); }
div.DivClassName
{
background-color: #BC816D;
}
.BgClassName
{
background-color: #BC816D;
}
</style>
border-color css
<style>
span { border-color: #BC816D; }
span { border-color: rgb(188,129,109); }
td.TdClassName
{
border-color: #BC816D;
}
.TagClassName
{
border-color: #BC816D;
}
</style>