Shades of Brass #BDAC3E
Tints of Brass #BDAC3E
RGB
CMYK
RGB Variations
Color information
#BDAC3E (or 0xBDAC3E) is known color: Brass. HEX triplet: BD, AC and 3E. RGB value is (189,172,62). Sum of RGB (Red+Green+Blue) = 189+172+62=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 62 (24.61% from 255 or 14.66% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAC3E is #4253C1. Grayscale: #A4A4A4. Windows color (decimal): -4346818 or 4107453. OLE color: 4107453.
HSL color Cylindrical-coordinate representation of color #BDAC3E: hue angle of 51.97º degrees, saturation: 0.51, 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 #BDAC3E is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 62 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.26 |
| HSL | 51.97º | 0.51% | 0.49% | - |
| HSV(B) | 51.97º | 0.67% | 0.74% | - |
| XYZ | 36.61 | 40.67 | 10.48 | - |
| YUV | 164.54 | 70.13 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 62 | 0 | 0.09 | 0.67 | 0.26 | 51.97 | 0.51 | 0.49 |
| Hex | BD | AC | 3E | 0 | 9 | 43 | 1A | 34 | 33 | 31 |
| Octal | 275 | 254 | 76 | 0 | 11 | 103 | 32 | 64 | 63 | 61 |
| Binary | 10111101 | 10101100 | 111110 | 0 | 1001 | 1000011 | 11010 | 110100 | 110011 | 110001 |
Color Harmonies of #BDAC3E
Complementary color
Monochromatic Colors of #BDAC3E
Black with #BDAC3E
Text Example
Text Example
White with #BDAC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAC3E; }
p { color: rgb(189,172,62); }
H1.HeaderClassName
{
color: #BDAC3E;
}
.AnyTagClassName
{
color: #BDAC3E;
}
</style>
background-color css
<style>
a { background-color: #BDAC3E; }
a { background-color: rgb(189,172,62); }
div.DivClassName
{
background-color: #BDAC3E;
}
.BgClassName
{
background-color: #BDAC3E;
}
</style>
border-color css
<style>
span { border-color: #BDAC3E; }
span { border-color: rgb(189,172,62); }
td.TdClassName
{
border-color: #BDAC3E;
}
.TagClassName
{
border-color: #BDAC3E;
}
</style>