Shades of Brass #BDA73A
Tints of Brass #BDA73A
RGB
CMYK
RGB Variations
Color information
#BDA73A (or 0xBDA73A) is known color: Brass. HEX triplet: BD, A7 and 3A. RGB value is (189,167,58). Sum of RGB (Red+Green+Blue) = 189+167+58=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 58 (23.05% from 255 or 14.01% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA73A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA73A is #4258C5. Grayscale: #A1A1A1. Windows color (decimal): -4348102 or 3844029. OLE color: 3844029.
HSL color Cylindrical-coordinate representation of color #BDA73A: hue angle of 49.92º 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 #BDA73A is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 58 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.26 |
| HSL | 49.92º | 0.53% | 0.48% | - |
| HSV(B) | 49.92º | 0.69% | 0.74% | - |
| XYZ | 35.57 | 38.76 | 9.61 | - |
| YUV | 161.15 | 69.79 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 58 | 0 | 0.12 | 0.69 | 0.26 | 49.92 | 0.53 | 0.48 |
| Hex | BD | A7 | 3A | 0 | C | 45 | 1A | 32 | 35 | 30 |
| Octal | 275 | 247 | 72 | 0 | 14 | 105 | 32 | 62 | 65 | 60 |
| Binary | 10111101 | 10100111 | 111010 | 0 | 1100 | 1000101 | 11010 | 110010 | 110101 | 110000 |
Color Harmonies of #BDA73A
Complementary color
Monochromatic Colors of #BDA73A
Black with #BDA73A
Text Example
Text Example
White with #BDA73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA73A; }
p { color: rgb(189,167,58); }
H1.HeaderClassName
{
color: #BDA73A;
}
.AnyTagClassName
{
color: #BDA73A;
}
</style>
background-color css
<style>
a { background-color: #BDA73A; }
a { background-color: rgb(189,167,58); }
div.DivClassName
{
background-color: #BDA73A;
}
.BgClassName
{
background-color: #BDA73A;
}
</style>
border-color css
<style>
span { border-color: #BDA73A; }
span { border-color: rgb(189,167,58); }
td.TdClassName
{
border-color: #BDA73A;
}
.TagClassName
{
border-color: #BDA73A;
}
</style>