Shades of Brass #BCAC39
Tints of Brass #BCAC39
RGB
CMYK
RGB Variations
Color information
#BCAC39 (or 0xBCAC39) is known color: Brass. HEX triplet: BC, AC and 39. RGB value is (188,172,57). Sum of RGB (Red+Green+Blue) = 188+172+57=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 57 (22.66% from 255 or 13.67% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC39 is #4353C6. Grayscale: #A4A4A4. Windows color (decimal): -4412359 or 3779772. OLE color: 3779772.
HSL color Cylindrical-coordinate representation of color #BCAC39: hue angle of 52.67º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCAC39 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 57 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.26 |
| HSL | 52.67º | 0.53% | 0.48% | - |
| HSV(B) | 52.67º | 0.7% | 0.74% | - |
| XYZ | 36.23 | 40.49 | 9.78 | - |
| YUV | 163.67 | 67.8 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 57 | 0 | 0.09 | 0.70 | 0.26 | 52.67 | 0.53 | 0.48 |
| Hex | BC | AC | 39 | 0 | 9 | 46 | 1A | 35 | 35 | 30 |
| Octal | 274 | 254 | 71 | 0 | 11 | 106 | 32 | 65 | 65 | 60 |
| Binary | 10111100 | 10101100 | 111001 | 0 | 1001 | 1000110 | 11010 | 110101 | 110101 | 110000 |
Color Harmonies of #BCAC39
Complementary color
Monochromatic Colors of #BCAC39
Black with #BCAC39
Text Example
Text Example
White with #BCAC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC39; }
p { color: rgb(188,172,57); }
H1.HeaderClassName
{
color: #BCAC39;
}
.AnyTagClassName
{
color: #BCAC39;
}
</style>
background-color css
<style>
a { background-color: #BCAC39; }
a { background-color: rgb(188,172,57); }
div.DivClassName
{
background-color: #BCAC39;
}
.BgClassName
{
background-color: #BCAC39;
}
</style>
border-color css
<style>
span { border-color: #BCAC39; }
span { border-color: rgb(188,172,57); }
td.TdClassName
{
border-color: #BCAC39;
}
.TagClassName
{
border-color: #BCAC39;
}
</style>