Shades of Brass #BDAD3E
Tints of Brass #BDAD3E
RGB
CMYK
RGB Variations
Color information
#BDAD3E (or 0xBDAD3E) is known color: Brass. HEX triplet: BD, AD and 3E. RGB value is (189,173,62). Sum of RGB (Red+Green+Blue) = 189+173+62=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 62 (24.61% from 255 or 14.62% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAD3E is #4252C1. Grayscale: #A5A5A5. Windows color (decimal): -4346562 or 4107709. OLE color: 4107709.
HSL color Cylindrical-coordinate representation of color #BDAD3E: hue angle of 52.44º 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 #BDAD3E is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 173 | 62 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.26 |
| HSL | 52.44º | 0.51% | 0.49% | - |
| HSV(B) | 52.44º | 0.67% | 0.74% | - |
| XYZ | 36.8 | 41.05 | 10.54 | - |
| YUV | 165.13 | 69.8 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 173 | 62 | 0 | 0.08 | 0.67 | 0.26 | 52.44 | 0.51 | 0.49 |
| Hex | BD | AD | 3E | 0 | 8 | 43 | 1A | 34 | 33 | 31 |
| Octal | 275 | 255 | 76 | 0 | 10 | 103 | 32 | 64 | 63 | 61 |
| Binary | 10111101 | 10101101 | 111110 | 0 | 1000 | 1000011 | 11010 | 110100 | 110011 | 110001 |
Color Harmonies of #BDAD3E
Complementary color
Monochromatic Colors of #BDAD3E
Black with #BDAD3E
Text Example
Text Example
White with #BDAD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAD3E; }
p { color: rgb(189,173,62); }
H1.HeaderClassName
{
color: #BDAD3E;
}
.AnyTagClassName
{
color: #BDAD3E;
}
</style>
background-color css
<style>
a { background-color: #BDAD3E; }
a { background-color: rgb(189,173,62); }
div.DivClassName
{
background-color: #BDAD3E;
}
.BgClassName
{
background-color: #BDAD3E;
}
</style>
border-color css
<style>
span { border-color: #BDAD3E; }
span { border-color: rgb(189,173,62); }
td.TdClassName
{
border-color: #BDAD3E;
}
.TagClassName
{
border-color: #BDAD3E;
}
</style>