Shades of Brass #BDA340
Tints of Brass #BDA340
RGB
CMYK
RGB Variations
Color information
#BDA340 (or 0xBDA340) is known color: Brass. HEX triplet: BD, A3 and 40. RGB value is (189,163,64). Sum of RGB (Red+Green+Blue) = 189+163+64=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA340 is #425CBF. Grayscale: #9F9F9F. Windows color (decimal): -4349120 or 4236221. OLE color: 4236221.
HSL color Cylindrical-coordinate representation of color #BDA340: hue angle of 47.52º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDA340 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 64 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.26 |
| HSL | 47.52º | 0.49% | 0.5% | - |
| HSV(B) | 47.52º | 0.66% | 0.74% | - |
| XYZ | 35.01 | 37.38 | 10.22 | - |
| YUV | 159.49 | 74.11 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 64 | 0 | 0.14 | 0.66 | 0.26 | 47.52 | 0.49 | 0.5 |
| Hex | BD | A3 | 40 | 0 | E | 42 | 1A | 30 | 31 | 32 |
| Octal | 275 | 243 | 100 | 0 | 16 | 102 | 32 | 60 | 61 | 62 |
| Binary | 10111101 | 10100011 | 1000000 | 0 | 1110 | 1000010 | 11010 | 110000 | 110001 | 110010 |
Color Harmonies of #BDA340
Complementary color
Monochromatic Colors of #BDA340
Black with #BDA340
Text Example
Text Example
White with #BDA340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA340; }
p { color: rgb(189,163,64); }
H1.HeaderClassName
{
color: #BDA340;
}
.AnyTagClassName
{
color: #BDA340;
}
</style>
background-color css
<style>
a { background-color: #BDA340; }
a { background-color: rgb(189,163,64); }
div.DivClassName
{
background-color: #BDA340;
}
.BgClassName
{
background-color: #BDA340;
}
</style>
border-color css
<style>
span { border-color: #BDA340; }
span { border-color: rgb(189,163,64); }
td.TdClassName
{
border-color: #BDA340;
}
.TagClassName
{
border-color: #BDA340;
}
</style>