Shades of Brass #BDAC3A
Tints of Brass #BDAC3A
RGB
CMYK
RGB Variations
Color information
#BDAC3A (or 0xBDAC3A) is known color: Brass. HEX triplet: BD, AC and 3A. RGB value is (189,172,58). Sum of RGB (Red+Green+Blue) = 189+172+58=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAC3A is #4253C5. Grayscale: #A4A4A4. Windows color (decimal): -4346822 or 3845309. OLE color: 3845309.
HSL color Cylindrical-coordinate representation of color #BDAC3A: hue angle of 52.21º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDAC3A is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 58 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.26 |
| HSL | 52.21º | 0.53% | 0.48% | - |
| HSV(B) | 52.21º | 0.69% | 0.74% | - |
| XYZ | 36.5 | 40.63 | 9.92 | - |
| YUV | 164.09 | 68.13 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 58 | 0 | 0.09 | 0.69 | 0.26 | 52.21 | 0.53 | 0.48 |
| Hex | BD | AC | 3A | 0 | 9 | 45 | 1A | 34 | 35 | 30 |
| Octal | 275 | 254 | 72 | 0 | 11 | 105 | 32 | 64 | 65 | 60 |
| Binary | 10111101 | 10101100 | 111010 | 0 | 1001 | 1000101 | 11010 | 110100 | 110101 | 110000 |
Color Harmonies of #BDAC3A
Complementary color
Monochromatic Colors of #BDAC3A
Black with #BDAC3A
Text Example
Text Example
White with #BDAC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAC3A; }
p { color: rgb(189,172,58); }
H1.HeaderClassName
{
color: #BDAC3A;
}
.AnyTagClassName
{
color: #BDAC3A;
}
</style>
background-color css
<style>
a { background-color: #BDAC3A; }
a { background-color: rgb(189,172,58); }
div.DivClassName
{
background-color: #BDAC3A;
}
.BgClassName
{
background-color: #BDAC3A;
}
</style>
border-color css
<style>
span { border-color: #BDAC3A; }
span { border-color: rgb(189,172,58); }
td.TdClassName
{
border-color: #BDAC3A;
}
.TagClassName
{
border-color: #BDAC3A;
}
</style>