Shades of Brass #BCAC3F
Tints of Brass #BCAC3F
RGB
CMYK
RGB Variations
Color information
#BCAC3F (or 0xBCAC3F) is known color: Brass. HEX triplet: BC, AC and 3F. RGB value is (188,172,63). Sum of RGB (Red+Green+Blue) = 188+172+63=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 63 (25% from 255 or 14.89% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC3F is #4353C0. Grayscale: #A4A4A4. Windows color (decimal): -4412353 or 4172988. OLE color: 4172988.
HSL color Cylindrical-coordinate representation of color #BCAC3F: hue angle of 52.32º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCAC3F is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 63 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.26 |
| HSL | 52.32º | 0.5% | 0.49% | - |
| HSV(B) | 52.32º | 0.66% | 0.74% | - |
| XYZ | 36.39 | 40.56 | 10.61 | - |
| YUV | 164.36 | 70.8 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 63 | 0 | 0.09 | 0.66 | 0.26 | 52.32 | 0.5 | 0.49 |
| Hex | BC | AC | 3F | 0 | 9 | 42 | 1A | 34 | 32 | 31 |
| Octal | 274 | 254 | 77 | 0 | 11 | 102 | 32 | 64 | 62 | 61 |
| Binary | 10111100 | 10101100 | 111111 | 0 | 1001 | 1000010 | 11010 | 110100 | 110010 | 110001 |
Color Harmonies of #BCAC3F
Complementary color
Monochromatic Colors of #BCAC3F
Black with #BCAC3F
Text Example
Text Example
White with #BCAC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC3F; }
p { color: rgb(188,172,63); }
H1.HeaderClassName
{
color: #BCAC3F;
}
.AnyTagClassName
{
color: #BCAC3F;
}
</style>
background-color css
<style>
a { background-color: #BCAC3F; }
a { background-color: rgb(188,172,63); }
div.DivClassName
{
background-color: #BCAC3F;
}
.BgClassName
{
background-color: #BCAC3F;
}
</style>
border-color css
<style>
span { border-color: #BCAC3F; }
span { border-color: rgb(188,172,63); }
td.TdClassName
{
border-color: #BCAC3F;
}
.TagClassName
{
border-color: #BCAC3F;
}
</style>