Shades of Brass #BDA240
Tints of Brass #BDA240
RGB
CMYK
RGB Variations
Color information
#BDA240 (or 0xBDA240) is known color: Brass. HEX triplet: BD, A2 and 40. RGB value is (189,162,64). Sum of RGB (Red+Green+Blue) = 189+162+64=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA240 is #425DBF. Grayscale: #9F9F9F. Windows color (decimal): -4349376 or 4235965. OLE color: 4235965.
HSL color Cylindrical-coordinate representation of color #BDA240: hue angle of 47.04º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDA240 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 64 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.26 |
| HSL | 47.04º | 0.49% | 0.5% | - |
| HSV(B) | 47.04º | 0.66% | 0.74% | - |
| XYZ | 34.83 | 37.03 | 10.16 | - |
| YUV | 158.9 | 74.45 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 64 | 0 | 0.14 | 0.66 | 0.26 | 47.04 | 0.49 | 0.5 |
| Hex | BD | A2 | 40 | 0 | E | 42 | 1A | 2F | 31 | 32 |
| Octal | 275 | 242 | 100 | 0 | 16 | 102 | 32 | 57 | 61 | 62 |
| Binary | 10111101 | 10100010 | 1000000 | 0 | 1110 | 1000010 | 11010 | 101111 | 110001 | 110010 |
Color Harmonies of #BDA240
Complementary color
Monochromatic Colors of #BDA240
Black with #BDA240
Text Example
Text Example
White with #BDA240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA240; }
p { color: rgb(189,162,64); }
H1.HeaderClassName
{
color: #BDA240;
}
.AnyTagClassName
{
color: #BDA240;
}
</style>
background-color css
<style>
a { background-color: #BDA240; }
a { background-color: rgb(189,162,64); }
div.DivClassName
{
background-color: #BDA240;
}
.BgClassName
{
background-color: #BDA240;
}
</style>
border-color css
<style>
span { border-color: #BDA240; }
span { border-color: rgb(189,162,64); }
td.TdClassName
{
border-color: #BDA240;
}
.TagClassName
{
border-color: #BDA240;
}
</style>