Shades of Brandy Rose #BC8A70
Tints of Brandy Rose #BC8A70
RGB
CMYK
RGB Variations
Color information
#BC8A70 (or 0xBC8A70) is known color: Brandy Rose. HEX triplet: BC, 8A and 70. RGB value is (188,138,112). Sum of RGB (Red+Green+Blue) = 188+138+112=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8A70 is #43758F. Grayscale: #969696. Windows color (decimal): -4421008 or 7375548. OLE color: 7375548.
HSL color Cylindrical-coordinate representation of color #BC8A70: hue angle of 20.53º 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 #BC8A70 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 138 | 112 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.26 |
| HSL | 20.53º | 0.36% | 0.59% | - |
| HSV(B) | 20.53º | 0.4% | 0.74% | - |
| XYZ | 32.75 | 30.04 | 19.4 | - |
| YUV | 149.99 | 106.57 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 112 | 0 | 0.27 | 0.40 | 0.26 | 20.53 | 0.36 | 0.59 |
| Hex | BC | 8A | 70 | 0 | 1B | 28 | 1A | 15 | 24 | 3B |
| Octal | 274 | 212 | 160 | 0 | 33 | 50 | 32 | 25 | 44 | 73 |
| Binary | 10111100 | 10001010 | 1110000 | 0 | 11011 | 101000 | 11010 | 10101 | 100100 | 111011 |
Color Harmonies of #BC8A70
Complementary color
Monochromatic Colors of #BC8A70
Black with #BC8A70
Text Example
Text Example
White with #BC8A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8A70; }
p { color: rgb(188,138,112); }
H1.HeaderClassName
{
color: #BC8A70;
}
.AnyTagClassName
{
color: #BC8A70;
}
</style>
background-color css
<style>
a { background-color: #BC8A70; }
a { background-color: rgb(188,138,112); }
div.DivClassName
{
background-color: #BC8A70;
}
.BgClassName
{
background-color: #BC8A70;
}
</style>
border-color css
<style>
span { border-color: #BC8A70; }
span { border-color: rgb(188,138,112); }
td.TdClassName
{
border-color: #BC8A70;
}
.TagClassName
{
border-color: #BC8A70;
}
</style>