Shades of Brass #BDA93A
Tints of Brass #BDA93A
RGB
CMYK
RGB Variations
Color information
#BDA93A (or 0xBDA93A) is known color: Brass. HEX triplet: BD, A9 and 3A. RGB value is (189,169,58). Sum of RGB (Red+Green+Blue) = 189+169+58=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA93A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA93A is #4256C5. Grayscale: #A2A2A2. Windows color (decimal): -4347590 or 3844541. OLE color: 3844541.
HSL color Cylindrical-coordinate representation of color #BDA93A: hue angle of 50.84º 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 #BDA93A is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 58 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.26 |
| HSL | 50.84º | 0.53% | 0.48% | - |
| HSV(B) | 50.84º | 0.69% | 0.74% | - |
| XYZ | 35.94 | 39.5 | 9.73 | - |
| YUV | 162.33 | 69.13 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 58 | 0 | 0.11 | 0.69 | 0.26 | 50.84 | 0.53 | 0.48 |
| Hex | BD | A9 | 3A | 0 | B | 45 | 1A | 33 | 35 | 30 |
| Octal | 275 | 251 | 72 | 0 | 13 | 105 | 32 | 63 | 65 | 60 |
| Binary | 10111101 | 10101001 | 111010 | 0 | 1011 | 1000101 | 11010 | 110011 | 110101 | 110000 |
Color Harmonies of #BDA93A
Complementary color
Monochromatic Colors of #BDA93A
Black with #BDA93A
Text Example
Text Example
White with #BDA93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA93A; }
p { color: rgb(189,169,58); }
H1.HeaderClassName
{
color: #BDA93A;
}
.AnyTagClassName
{
color: #BDA93A;
}
</style>
background-color css
<style>
a { background-color: #BDA93A; }
a { background-color: rgb(189,169,58); }
div.DivClassName
{
background-color: #BDA93A;
}
.BgClassName
{
background-color: #BDA93A;
}
</style>
border-color css
<style>
span { border-color: #BDA93A; }
span { border-color: rgb(189,169,58); }
td.TdClassName
{
border-color: #BDA93A;
}
.TagClassName
{
border-color: #BDA93A;
}
</style>