Shades of Brass #BDA540
Tints of Brass #BDA540
RGB
CMYK
RGB Variations
Color information
#BDA540 (or 0xBDA540) is known color: Brass. HEX triplet: BD, A5 and 40. RGB value is (189,165,64). Sum of RGB (Red+Green+Blue) = 189+165+64=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA540 is #425ABF. Grayscale: #A1A1A1. Windows color (decimal): -4348608 or 4236733. OLE color: 4236733.
HSL color Cylindrical-coordinate representation of color #BDA540: hue angle of 48.48º 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 #BDA540 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 64 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.26 |
| HSL | 48.48º | 0.49% | 0.5% | - |
| HSV(B) | 48.48º | 0.66% | 0.74% | - |
| XYZ | 35.37 | 38.1 | 10.34 | - |
| YUV | 160.66 | 73.45 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 64 | 0 | 0.13 | 0.66 | 0.26 | 48.48 | 0.49 | 0.5 |
| Hex | BD | A5 | 40 | 0 | D | 42 | 1A | 30 | 31 | 32 |
| Octal | 275 | 245 | 100 | 0 | 15 | 102 | 32 | 60 | 61 | 62 |
| Binary | 10111101 | 10100101 | 1000000 | 0 | 1101 | 1000010 | 11010 | 110000 | 110001 | 110010 |
Color Harmonies of #BDA540
Complementary color
Monochromatic Colors of #BDA540
Black with #BDA540
Text Example
Text Example
White with #BDA540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA540; }
p { color: rgb(189,165,64); }
H1.HeaderClassName
{
color: #BDA540;
}
.AnyTagClassName
{
color: #BDA540;
}
</style>
background-color css
<style>
a { background-color: #BDA540; }
a { background-color: rgb(189,165,64); }
div.DivClassName
{
background-color: #BDA540;
}
.BgClassName
{
background-color: #BDA540;
}
</style>
border-color css
<style>
span { border-color: #BDA540; }
span { border-color: rgb(189,165,64); }
td.TdClassName
{
border-color: #BDA540;
}
.TagClassName
{
border-color: #BDA540;
}
</style>