Shades of Brandy Rose #BC8073
Tints of Brandy Rose #BC8073
RGB
CMYK
RGB Variations
Color information
#BC8073 (or 0xBC8073) is known color: Brandy Rose. HEX triplet: BC, 80 and 73. RGB value is (188,128,115). Sum of RGB (Red+Green+Blue) = 188+128+115=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8073 is #437F8C. Grayscale: #909090. Windows color (decimal): -4423565 or 7569596. OLE color: 7569596.
HSL color Cylindrical-coordinate representation of color #BC8073: hue angle of 10.68º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC8073 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 128 | 115 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.26 |
| HSL | 10.68º | 0.35% | 0.59% | - |
| HSV(B) | 10.68º | 0.39% | 0.74% | - |
| XYZ | 31.55 | 27.37 | 19.84 | - |
| YUV | 144.46 | 111.38 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 115 | 0 | 0.32 | 0.39 | 0.26 | 10.68 | 0.35 | 0.59 |
| Hex | BC | 80 | 73 | 0 | 20 | 27 | 1A | B | 23 | 3B |
| Octal | 274 | 200 | 163 | 0 | 40 | 47 | 32 | 13 | 43 | 73 |
| Binary | 10111100 | 10000000 | 1110011 | 0 | 100000 | 100111 | 11010 | 1011 | 100011 | 111011 |
Color Harmonies of #BC8073
Complementary color
Monochromatic Colors of #BC8073
Black with #BC8073
Text Example
Text Example
White with #BC8073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8073; }
p { color: rgb(188,128,115); }
H1.HeaderClassName
{
color: #BC8073;
}
.AnyTagClassName
{
color: #BC8073;
}
</style>
background-color css
<style>
a { background-color: #BC8073; }
a { background-color: rgb(188,128,115); }
div.DivClassName
{
background-color: #BC8073;
}
.BgClassName
{
background-color: #BC8073;
}
</style>
border-color css
<style>
span { border-color: #BC8073; }
span { border-color: rgb(188,128,115); }
td.TdClassName
{
border-color: #BC8073;
}
.TagClassName
{
border-color: #BC8073;
}
</style>