Shades of Brass #BCAA41
Tints of Brass #BCAA41
RGB
CMYK
RGB Variations
Color information
#BCAA41 (or 0xBCAA41) is known color: Brass. HEX triplet: BC, AA and 41. RGB value is (188,170,65). Sum of RGB (Red+Green+Blue) = 188+170+65=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 65 (25.78% from 255 or 15.37% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAA41 is #4355BE. Grayscale: #A3A3A3. Windows color (decimal): -4412863 or 4303548. OLE color: 4303548.
HSL color Cylindrical-coordinate representation of color #BCAA41: hue angle of 51.22º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCAA41 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 65 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.26 |
| HSL | 51.22º | 0.49% | 0.5% | - |
| HSV(B) | 51.22º | 0.65% | 0.74% | - |
| XYZ | 36.07 | 39.82 | 10.79 | - |
| YUV | 163.41 | 72.46 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 65 | 0 | 0.10 | 0.65 | 0.26 | 51.22 | 0.49 | 0.5 |
| Hex | BC | AA | 41 | 0 | A | 41 | 1A | 33 | 31 | 32 |
| Octal | 274 | 252 | 101 | 0 | 12 | 101 | 32 | 63 | 61 | 62 |
| Binary | 10111100 | 10101010 | 1000001 | 0 | 1010 | 1000001 | 11010 | 110011 | 110001 | 110010 |
Color Harmonies of #BCAA41
Complementary color
Monochromatic Colors of #BCAA41
Black with #BCAA41
Text Example
Text Example
White with #BCAA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA41; }
p { color: rgb(188,170,65); }
H1.HeaderClassName
{
color: #BCAA41;
}
.AnyTagClassName
{
color: #BCAA41;
}
</style>
background-color css
<style>
a { background-color: #BCAA41; }
a { background-color: rgb(188,170,65); }
div.DivClassName
{
background-color: #BCAA41;
}
.BgClassName
{
background-color: #BCAA41;
}
</style>
border-color css
<style>
span { border-color: #BCAA41; }
span { border-color: rgb(188,170,65); }
td.TdClassName
{
border-color: #BCAA41;
}
.TagClassName
{
border-color: #BCAA41;
}
</style>