Shades of Brandy Rose #BC8270
Tints of Brandy Rose #BC8270
RGB
CMYK
RGB Variations
Color information
#BC8270 (or 0xBC8270) is known color: Brandy Rose. HEX triplet: BC, 82 and 70. RGB value is (188,130,112). Sum of RGB (Red+Green+Blue) = 188+130+112=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8270 is #437D8F. Grayscale: #919191. Windows color (decimal): -4423056 or 7373500. OLE color: 7373500.
HSL color Cylindrical-coordinate representation of color #BC8270: hue angle of 14.21º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC8270 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 112 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.26 |
| HSL | 14.21º | 0.36% | 0.59% | - |
| HSV(B) | 14.21º | 0.4% | 0.74% | - |
| XYZ | 31.65 | 27.83 | 19.03 | - |
| YUV | 145.29 | 109.22 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 112 | 0 | 0.31 | 0.40 | 0.26 | 14.21 | 0.36 | 0.59 |
| Hex | BC | 82 | 70 | 0 | 1F | 28 | 1A | E | 24 | 3B |
| Octal | 274 | 202 | 160 | 0 | 37 | 50 | 32 | 16 | 44 | 73 |
| Binary | 10111100 | 10000010 | 1110000 | 0 | 11111 | 101000 | 11010 | 1110 | 100100 | 111011 |
Color Harmonies of #BC8270
Complementary color
Monochromatic Colors of #BC8270
Black with #BC8270
Text Example
Text Example
White with #BC8270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8270; }
p { color: rgb(188,130,112); }
H1.HeaderClassName
{
color: #BC8270;
}
.AnyTagClassName
{
color: #BC8270;
}
</style>
background-color css
<style>
a { background-color: #BC8270; }
a { background-color: rgb(188,130,112); }
div.DivClassName
{
background-color: #BC8270;
}
.BgClassName
{
background-color: #BC8270;
}
</style>
border-color css
<style>
span { border-color: #BC8270; }
span { border-color: rgb(188,130,112); }
td.TdClassName
{
border-color: #BC8270;
}
.TagClassName
{
border-color: #BC8270;
}
</style>