Shades of Brass #BCAA46
Tints of Brass #BCAA46
RGB
CMYK
RGB Variations
Color information
#BCAA46 (or 0xBCAA46) is known color: Brass. HEX triplet: BC, AA and 46. RGB value is (188,170,70). Sum of RGB (Red+Green+Blue) = 188+170+70=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 70 (27.73% from 255 or 16.36% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAA46 is #4355B9. Grayscale: #A4A4A4. Windows color (decimal): -4412858 or 4631228. OLE color: 4631228.
HSL color Cylindrical-coordinate representation of color #BCAA46: hue angle of 50.85º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCAA46 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 70 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.26 |
| HSL | 50.85º | 0.47% | 0.51% | - |
| HSV(B) | 50.85º | 0.63% | 0.74% | - |
| XYZ | 36.22 | 39.88 | 11.58 | - |
| YUV | 163.98 | 74.96 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 70 | 0 | 0.10 | 0.63 | 0.26 | 50.85 | 0.47 | 0.51 |
| Hex | BC | AA | 46 | 0 | A | 3F | 1A | 33 | 2F | 33 |
| Octal | 274 | 252 | 106 | 0 | 12 | 77 | 32 | 63 | 57 | 63 |
| Binary | 10111100 | 10101010 | 1000110 | 0 | 1010 | 111111 | 11010 | 110011 | 101111 | 110011 |
Color Harmonies of #BCAA46
Complementary color
Monochromatic Colors of #BCAA46
Black with #BCAA46
Text Example
Text Example
White with #BCAA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA46; }
p { color: rgb(188,170,70); }
H1.HeaderClassName
{
color: #BCAA46;
}
.AnyTagClassName
{
color: #BCAA46;
}
</style>
background-color css
<style>
a { background-color: #BCAA46; }
a { background-color: rgb(188,170,70); }
div.DivClassName
{
background-color: #BCAA46;
}
.BgClassName
{
background-color: #BCAA46;
}
</style>
border-color css
<style>
span { border-color: #BCAA46; }
span { border-color: rgb(188,170,70); }
td.TdClassName
{
border-color: #BCAA46;
}
.TagClassName
{
border-color: #BCAA46;
}
</style>