Shades of Brass #BCAC38
Tints of Brass #BCAC38
RGB
CMYK
RGB Variations
Color information
#BCAC38 (or 0xBCAC38) is known color: Brass. HEX triplet: BC, AC and 38. RGB value is (188,172,56). Sum of RGB (Red+Green+Blue) = 188+172+56=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 56 (22.27% from 255 or 13.46% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC38 is #4353C7. Grayscale: #A4A4A4. Windows color (decimal): -4412360 or 3714236. OLE color: 3714236.
HSL color Cylindrical-coordinate representation of color #BCAC38: hue angle of 52.73º degrees, saturation: 0.54, 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 #BCAC38 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 56 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.26 |
| HSL | 52.73º | 0.54% | 0.48% | - |
| HSV(B) | 52.73º | 0.7% | 0.74% | - |
| XYZ | 36.21 | 40.48 | 9.65 | - |
| YUV | 163.56 | 67.3 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 56 | 0 | 0.09 | 0.70 | 0.26 | 52.73 | 0.54 | 0.48 |
| Hex | BC | AC | 38 | 0 | 9 | 46 | 1A | 35 | 36 | 30 |
| Octal | 274 | 254 | 70 | 0 | 11 | 106 | 32 | 65 | 66 | 60 |
| Binary | 10111100 | 10101100 | 111000 | 0 | 1001 | 1000110 | 11010 | 110101 | 110110 | 110000 |
Color Harmonies of #BCAC38
Complementary color
Monochromatic Colors of #BCAC38
Black with #BCAC38
Text Example
Text Example
White with #BCAC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC38; }
p { color: rgb(188,172,56); }
H1.HeaderClassName
{
color: #BCAC38;
}
.AnyTagClassName
{
color: #BCAC38;
}
</style>
background-color css
<style>
a { background-color: #BCAC38; }
a { background-color: rgb(188,172,56); }
div.DivClassName
{
background-color: #BCAC38;
}
.BgClassName
{
background-color: #BCAC38;
}
</style>
border-color css
<style>
span { border-color: #BCAC38; }
span { border-color: rgb(188,172,56); }
td.TdClassName
{
border-color: #BCAC38;
}
.TagClassName
{
border-color: #BCAC38;
}
</style>