Shades of Brass #BCAA44
Tints of Brass #BCAA44
RGB
CMYK
RGB Variations
Color information
#BCAA44 (or 0xBCAA44) is known color: Brass. HEX triplet: BC, AA and 44. RGB value is (188,170,68). Sum of RGB (Red+Green+Blue) = 188+170+68=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 68 (26.95% from 255 or 15.96% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAA44 is #4355BB. Grayscale: #A4A4A4. Windows color (decimal): -4412860 or 4500156. OLE color: 4500156.
HSL color Cylindrical-coordinate representation of color #BCAA44: hue angle of 51º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCAA44 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 68 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.26 |
| HSL | 51º | 0.47% | 0.5% | - |
| HSV(B) | 51º | 0.64% | 0.74% | - |
| XYZ | 36.16 | 39.86 | 11.26 | - |
| YUV | 163.75 | 73.96 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 68 | 0 | 0.10 | 0.64 | 0.26 | 51 | 0.47 | 0.5 |
| Hex | BC | AA | 44 | 0 | A | 40 | 1A | 33 | 2F | 32 |
| Octal | 274 | 252 | 104 | 0 | 12 | 100 | 32 | 63 | 57 | 62 |
| Binary | 10111100 | 10101010 | 1000100 | 0 | 1010 | 1000000 | 11010 | 110011 | 101111 | 110010 |
Color Harmonies of #BCAA44
Complementary color
Monochromatic Colors of #BCAA44
Black with #BCAA44
Text Example
Text Example
White with #BCAA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA44; }
p { color: rgb(188,170,68); }
H1.HeaderClassName
{
color: #BCAA44;
}
.AnyTagClassName
{
color: #BCAA44;
}
</style>
background-color css
<style>
a { background-color: #BCAA44; }
a { background-color: rgb(188,170,68); }
div.DivClassName
{
background-color: #BCAA44;
}
.BgClassName
{
background-color: #BCAA44;
}
</style>
border-color css
<style>
span { border-color: #BCAA44; }
span { border-color: rgb(188,170,68); }
td.TdClassName
{
border-color: #BCAA44;
}
.TagClassName
{
border-color: #BCAA44;
}
</style>