Shades of Brandy Rose #BC8273
Tints of Brandy Rose #BC8273
RGB
CMYK
RGB Variations
Color information
#BC8273 (or 0xBC8273) is known color: Brandy Rose. HEX triplet: BC, 82 and 73. RGB value is (188,130,115). Sum of RGB (Red+Green+Blue) = 188+130+115=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8273 is #437D8C. Grayscale: #919191. Windows color (decimal): -4423053 or 7570108. OLE color: 7570108.
HSL color Cylindrical-coordinate representation of color #BC8273: hue angle of 12.33º 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 #BC8273 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 115 | - |
| CMYK | 0 | 0.31 | 0.39 | 0.26 |
| HSL | 12.33º | 0.35% | 0.59% | - |
| HSV(B) | 12.33º | 0.39% | 0.74% | - |
| XYZ | 31.82 | 27.89 | 19.93 | - |
| YUV | 145.63 | 110.72 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 115 | 0 | 0.31 | 0.39 | 0.26 | 12.33 | 0.35 | 0.59 |
| Hex | BC | 82 | 73 | 0 | 1F | 27 | 1A | C | 23 | 3B |
| Octal | 274 | 202 | 163 | 0 | 37 | 47 | 32 | 14 | 43 | 73 |
| Binary | 10111100 | 10000010 | 1110011 | 0 | 11111 | 100111 | 11010 | 1100 | 100011 | 111011 |
Color Harmonies of #BC8273
Complementary color
Monochromatic Colors of #BC8273
Black with #BC8273
Text Example
Text Example
White with #BC8273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8273; }
p { color: rgb(188,130,115); }
H1.HeaderClassName
{
color: #BC8273;
}
.AnyTagClassName
{
color: #BC8273;
}
</style>
background-color css
<style>
a { background-color: #BC8273; }
a { background-color: rgb(188,130,115); }
div.DivClassName
{
background-color: #BC8273;
}
.BgClassName
{
background-color: #BC8273;
}
</style>
border-color css
<style>
span { border-color: #BC8273; }
span { border-color: rgb(188,130,115); }
td.TdClassName
{
border-color: #BC8273;
}
.TagClassName
{
border-color: #BC8273;
}
</style>