Shades of Brass #BDA740
Tints of Brass #BDA740
RGB
CMYK
RGB Variations
Color information
#BDA740 (or 0xBDA740) is known color: Brass. HEX triplet: BD, A7 and 40. RGB value is (189,167,64). Sum of RGB (Red+Green+Blue) = 189+167+64=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA740 is #4258BF. Grayscale: #A2A2A2. Windows color (decimal): -4348096 or 4237245. OLE color: 4237245.
HSL color Cylindrical-coordinate representation of color #BDA740: hue angle of 49.44º 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 #BDA740 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 64 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.26 |
| HSL | 49.44º | 0.49% | 0.5% | - |
| HSV(B) | 49.44º | 0.66% | 0.74% | - |
| XYZ | 35.73 | 38.83 | 10.46 | - |
| YUV | 161.84 | 72.79 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 64 | 0 | 0.12 | 0.66 | 0.26 | 49.44 | 0.49 | 0.5 |
| Hex | BD | A7 | 40 | 0 | C | 42 | 1A | 31 | 31 | 32 |
| Octal | 275 | 247 | 100 | 0 | 14 | 102 | 32 | 61 | 61 | 62 |
| Binary | 10111101 | 10100111 | 1000000 | 0 | 1100 | 1000010 | 11010 | 110001 | 110001 | 110010 |
Color Harmonies of #BDA740
Complementary color
Monochromatic Colors of #BDA740
Black with #BDA740
Text Example
Text Example
White with #BDA740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA740; }
p { color: rgb(189,167,64); }
H1.HeaderClassName
{
color: #BDA740;
}
.AnyTagClassName
{
color: #BDA740;
}
</style>
background-color css
<style>
a { background-color: #BDA740; }
a { background-color: rgb(189,167,64); }
div.DivClassName
{
background-color: #BDA740;
}
.BgClassName
{
background-color: #BDA740;
}
</style>
border-color css
<style>
span { border-color: #BDA740; }
span { border-color: rgb(189,167,64); }
td.TdClassName
{
border-color: #BDA740;
}
.TagClassName
{
border-color: #BDA740;
}
</style>