Shades of Brass #BDA33F
Tints of Brass #BDA33F
RGB
CMYK
RGB Variations
Color information
#BDA33F (or 0xBDA33F) is known color: Brass. HEX triplet: BD, A3 and 3F. RGB value is (189,163,63). Sum of RGB (Red+Green+Blue) = 189+163+63=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA33F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA33F is #425CC0. Grayscale: #9F9F9F. Windows color (decimal): -4349121 or 4170685. OLE color: 4170685.
HSL color Cylindrical-coordinate representation of color #BDA33F: hue angle of 47.62º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDA33F is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 63 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.26 |
| HSL | 47.62º | 0.5% | 0.49% | - |
| HSV(B) | 47.62º | 0.67% | 0.74% | - |
| XYZ | 34.98 | 37.37 | 10.07 | - |
| YUV | 159.37 | 73.61 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 63 | 0 | 0.14 | 0.67 | 0.26 | 47.62 | 0.5 | 0.49 |
| Hex | BD | A3 | 3F | 0 | E | 43 | 1A | 30 | 32 | 31 |
| Octal | 275 | 243 | 77 | 0 | 16 | 103 | 32 | 60 | 62 | 61 |
| Binary | 10111101 | 10100011 | 111111 | 0 | 1110 | 1000011 | 11010 | 110000 | 110010 | 110001 |
Color Harmonies of #BDA33F
Complementary color
Monochromatic Colors of #BDA33F
Black with #BDA33F
Text Example
Text Example
White with #BDA33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA33F; }
p { color: rgb(189,163,63); }
H1.HeaderClassName
{
color: #BDA33F;
}
.AnyTagClassName
{
color: #BDA33F;
}
</style>
background-color css
<style>
a { background-color: #BDA33F; }
a { background-color: rgb(189,163,63); }
div.DivClassName
{
background-color: #BDA33F;
}
.BgClassName
{
background-color: #BDA33F;
}
</style>
border-color css
<style>
span { border-color: #BDA33F; }
span { border-color: rgb(189,163,63); }
td.TdClassName
{
border-color: #BDA33F;
}
.TagClassName
{
border-color: #BDA33F;
}
</style>