Shades of Brass #BCA33E
Tints of Brass #BCA33E
RGB
CMYK
RGB Variations
Color information
#BCA33E (or 0xBCA33E) is known color: Brass. HEX triplet: BC, A3 and 3E. RGB value is (188,163,62). Sum of RGB (Red+Green+Blue) = 188+163+62=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA33E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA33E is #435CC1. Grayscale: #9F9F9F. Windows color (decimal): -4414658 or 4105148. OLE color: 4105148.
HSL color Cylindrical-coordinate representation of color #BCA33E: hue angle of 48.1º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCA33E is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 62 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.26 |
| HSL | 48.1º | 0.5% | 0.49% | - |
| HSV(B) | 48.1º | 0.67% | 0.74% | - |
| XYZ | 34.71 | 37.23 | 9.92 | - |
| YUV | 158.96 | 73.28 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 62 | 0 | 0.13 | 0.67 | 0.26 | 48.1 | 0.5 | 0.49 |
| Hex | BC | A3 | 3E | 0 | D | 43 | 1A | 30 | 32 | 31 |
| Octal | 274 | 243 | 76 | 0 | 15 | 103 | 32 | 60 | 62 | 61 |
| Binary | 10111100 | 10100011 | 111110 | 0 | 1101 | 1000011 | 11010 | 110000 | 110010 | 110001 |
Color Harmonies of #BCA33E
Complementary color
Monochromatic Colors of #BCA33E
Black with #BCA33E
Text Example
Text Example
White with #BCA33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA33E; }
p { color: rgb(188,163,62); }
H1.HeaderClassName
{
color: #BCA33E;
}
.AnyTagClassName
{
color: #BCA33E;
}
</style>
background-color css
<style>
a { background-color: #BCA33E; }
a { background-color: rgb(188,163,62); }
div.DivClassName
{
background-color: #BCA33E;
}
.BgClassName
{
background-color: #BCA33E;
}
</style>
border-color css
<style>
span { border-color: #BCA33E; }
span { border-color: rgb(188,163,62); }
td.TdClassName
{
border-color: #BCA33E;
}
.TagClassName
{
border-color: #BCA33E;
}
</style>