Shades of Brass #BDA43A
Tints of Brass #BDA43A
RGB
CMYK
RGB Variations
Color information
#BDA43A (or 0xBDA43A) is known color: Brass. HEX triplet: BD, A4 and 3A. RGB value is (189,164,58). Sum of RGB (Red+Green+Blue) = 189+164+58=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 58 (23.05% from 255 or 14.11% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA43A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA43A is #425BC5. Grayscale: #9F9F9F. Windows color (decimal): -4348870 or 3843261. OLE color: 3843261.
HSL color Cylindrical-coordinate representation of color #BDA43A: hue angle of 48.55º 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 #BDA43A is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 58 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.26 |
| HSL | 48.55º | 0.53% | 0.48% | - |
| HSV(B) | 48.55º | 0.69% | 0.74% | - |
| XYZ | 35.03 | 37.68 | 9.43 | - |
| YUV | 159.39 | 70.78 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 58 | 0 | 0.13 | 0.69 | 0.26 | 48.55 | 0.53 | 0.48 |
| Hex | BD | A4 | 3A | 0 | D | 45 | 1A | 31 | 35 | 30 |
| Octal | 275 | 244 | 72 | 0 | 15 | 105 | 32 | 61 | 65 | 60 |
| Binary | 10111101 | 10100100 | 111010 | 0 | 1101 | 1000101 | 11010 | 110001 | 110101 | 110000 |
Color Harmonies of #BDA43A
Complementary color
Monochromatic Colors of #BDA43A
Black with #BDA43A
Text Example
Text Example
White with #BDA43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA43A; }
p { color: rgb(189,164,58); }
H1.HeaderClassName
{
color: #BDA43A;
}
.AnyTagClassName
{
color: #BDA43A;
}
</style>
background-color css
<style>
a { background-color: #BDA43A; }
a { background-color: rgb(189,164,58); }
div.DivClassName
{
background-color: #BDA43A;
}
.BgClassName
{
background-color: #BDA43A;
}
</style>
border-color css
<style>
span { border-color: #BDA43A; }
span { border-color: rgb(189,164,58); }
td.TdClassName
{
border-color: #BDA43A;
}
.TagClassName
{
border-color: #BDA43A;
}
</style>