Shades of Brass #BCA33C
Tints of Brass #BCA33C
RGB
CMYK
RGB Variations
Color information
#BCA33C (or 0xBCA33C) is known color: Brass. HEX triplet: BC, A3 and 3C. RGB value is (188,163,60). Sum of RGB (Red+Green+Blue) = 188+163+60=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA33C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA33C is #435CC3. Grayscale: #9F9F9F. Windows color (decimal): -4414660 or 3974076. OLE color: 3974076.
HSL color Cylindrical-coordinate representation of color #BCA33C: hue angle of 48.28º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCA33C is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 163 | 60 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.26 |
| HSL | 48.28º | 0.52% | 0.49% | - |
| HSV(B) | 48.28º | 0.68% | 0.74% | - |
| XYZ | 34.65 | 37.21 | 9.63 | - |
| YUV | 158.73 | 72.28 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 163 | 60 | 0 | 0.13 | 0.68 | 0.26 | 48.28 | 0.52 | 0.49 |
| Hex | BC | A3 | 3C | 0 | D | 44 | 1A | 30 | 34 | 31 |
| Octal | 274 | 243 | 74 | 0 | 15 | 104 | 32 | 60 | 64 | 61 |
| Binary | 10111100 | 10100011 | 111100 | 0 | 1101 | 1000100 | 11010 | 110000 | 110100 | 110001 |
Color Harmonies of #BCA33C
Complementary color
Monochromatic Colors of #BCA33C
Black with #BCA33C
Text Example
Text Example
White with #BCA33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA33C; }
p { color: rgb(188,163,60); }
H1.HeaderClassName
{
color: #BCA33C;
}
.AnyTagClassName
{
color: #BCA33C;
}
</style>
background-color css
<style>
a { background-color: #BCA33C; }
a { background-color: rgb(188,163,60); }
div.DivClassName
{
background-color: #BCA33C;
}
.BgClassName
{
background-color: #BCA33C;
}
</style>
border-color css
<style>
span { border-color: #BCA33C; }
span { border-color: rgb(188,163,60); }
td.TdClassName
{
border-color: #BCA33C;
}
.TagClassName
{
border-color: #BCA33C;
}
</style>