Shades of Brass #BCAC3E
Tints of Brass #BCAC3E
RGB
CMYK
RGB Variations
Color information
#BCAC3E (or 0xBCAC3E) is known color: Brass. HEX triplet: BC, AC and 3E. RGB value is (188,172,62). Sum of RGB (Red+Green+Blue) = 188+172+62=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC3E is #4353C1. Grayscale: #A4A4A4. Windows color (decimal): -4412354 or 4107452. OLE color: 4107452.
HSL color Cylindrical-coordinate representation of color #BCAC3E: hue angle of 52.38º 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 #BCAC3E is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 172 | 62 | - |
CMYK | 0 | 0.09 | 0.67 | 0.26 |
HSL | 52.38º | 0.5% | 0.49% | - |
HSV(B) | 52.38º | 0.67% | 0.74% | - |
XYZ | 36.36 | 40.54 | 10.47 | - |
YUV | 164.24 | 70.3 | 144.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 172 | 62 | 0 | 0.09 | 0.67 | 0.26 | 52.38 | 0.5 | 0.49 |
Hex | BC | AC | 3E | 0 | 9 | 43 | 1A | 34 | 32 | 31 |
Octal | 274 | 254 | 76 | 0 | 11 | 103 | 32 | 64 | 62 | 61 |
Binary | 10111100 | 10101100 | 111110 | 0 | 1001 | 1000011 | 11010 | 110100 | 110010 | 110001 |
Color Harmonies of #BCAC3E
Complementary color
Monochromatic Colors of #BCAC3E
Black with #BCAC3E
Text Example
Text Example
White with #BCAC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC3E; }
p { color: rgb(188,172,62); }
H1.HeaderClassName
{
color: #BCAC3E;
}
.AnyTagClassName
{
color: #BCAC3E;
}
</style>
background-color css
<style>
a { background-color: #BCAC3E; }
a { background-color: rgb(188,172,62); }
div.DivClassName
{
background-color: #BCAC3E;
}
.BgClassName
{
background-color: #BCAC3E;
}
</style>
border-color css
<style>
span { border-color: #BCAC3E; }
span { border-color: rgb(188,172,62); }
td.TdClassName
{
border-color: #BCAC3E;
}
.TagClassName
{
border-color: #BCAC3E;
}
</style>