Shades of Brass #BDA23A
Tints of Brass #BDA23A
RGB
CMYK
RGB Variations
Color information
#BDA23A (or 0xBDA23A) is known color: Brass. HEX triplet: BD, A2 and 3A. RGB value is (189,162,58). Sum of RGB (Red+Green+Blue) = 189+162+58=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA23A is #425DC5. Grayscale: #9E9E9E. Windows color (decimal): -4349382 or 3842749. OLE color: 3842749.
HSL color Cylindrical-coordinate representation of color #BDA23A: hue angle of 47.63º 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 #BDA23A is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 58 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.26 |
| HSL | 47.63º | 0.53% | 0.48% | - |
| HSV(B) | 47.63º | 0.69% | 0.74% | - |
| XYZ | 34.67 | 36.96 | 9.31 | - |
| YUV | 158.22 | 71.45 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 58 | 0 | 0.14 | 0.69 | 0.26 | 47.63 | 0.53 | 0.48 |
| Hex | BD | A2 | 3A | 0 | E | 45 | 1A | 30 | 35 | 30 |
| Octal | 275 | 242 | 72 | 0 | 16 | 105 | 32 | 60 | 65 | 60 |
| Binary | 10111101 | 10100010 | 111010 | 0 | 1110 | 1000101 | 11010 | 110000 | 110101 | 110000 |
Color Harmonies of #BDA23A
Complementary color
Monochromatic Colors of #BDA23A
Black with #BDA23A
Text Example
Text Example
White with #BDA23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA23A; }
p { color: rgb(189,162,58); }
H1.HeaderClassName
{
color: #BDA23A;
}
.AnyTagClassName
{
color: #BDA23A;
}
</style>
background-color css
<style>
a { background-color: #BDA23A; }
a { background-color: rgb(189,162,58); }
div.DivClassName
{
background-color: #BDA23A;
}
.BgClassName
{
background-color: #BDA23A;
}
</style>
border-color css
<style>
span { border-color: #BDA23A; }
span { border-color: rgb(189,162,58); }
td.TdClassName
{
border-color: #BDA23A;
}
.TagClassName
{
border-color: #BDA23A;
}
</style>