Shades of Brass #BCAD3E
Tints of Brass #BCAD3E
RGB
CMYK
RGB Variations
Color information
#BCAD3E (or 0xBCAD3E) is known color: Brass. HEX triplet: BC, AD and 3E. RGB value is (188,173,62). Sum of RGB (Red+Green+Blue) = 188+173+62=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 62 (24.61% from 255 or 14.66% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAD3E is #4352C1. Grayscale: #A5A5A5. Windows color (decimal): -4412098 or 4107708. OLE color: 4107708.
HSL color Cylindrical-coordinate representation of color #BCAD3E: hue angle of 52.86º 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 #BCAD3E is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 173 | 62 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.26 |
| HSL | 52.86º | 0.5% | 0.49% | - |
| HSV(B) | 52.86º | 0.67% | 0.74% | - |
| XYZ | 36.55 | 40.93 | 10.53 | - |
| YUV | 164.83 | 69.97 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 62 | 0 | 0.08 | 0.67 | 0.26 | 52.86 | 0.5 | 0.49 |
| Hex | BC | AD | 3E | 0 | 8 | 43 | 1A | 35 | 32 | 31 |
| Octal | 274 | 255 | 76 | 0 | 10 | 103 | 32 | 65 | 62 | 61 |
| Binary | 10111100 | 10101101 | 111110 | 0 | 1000 | 1000011 | 11010 | 110101 | 110010 | 110001 |
Color Harmonies of #BCAD3E
Complementary color
Monochromatic Colors of #BCAD3E
Black with #BCAD3E
Text Example
Text Example
White with #BCAD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAD3E; }
p { color: rgb(188,173,62); }
H1.HeaderClassName
{
color: #BCAD3E;
}
.AnyTagClassName
{
color: #BCAD3E;
}
</style>
background-color css
<style>
a { background-color: #BCAD3E; }
a { background-color: rgb(188,173,62); }
div.DivClassName
{
background-color: #BCAD3E;
}
.BgClassName
{
background-color: #BCAD3E;
}
</style>
border-color css
<style>
span { border-color: #BCAD3E; }
span { border-color: rgb(188,173,62); }
td.TdClassName
{
border-color: #BCAD3E;
}
.TagClassName
{
border-color: #BCAD3E;
}
</style>