Shades of Brass #BDA938
Tints of Brass #BDA938
RGB
CMYK
RGB Variations
Color information
#BDA938 (or 0xBDA938) is known color: Brass. HEX triplet: BD, A9 and 38. RGB value is (189,169,56). Sum of RGB (Red+Green+Blue) = 189+169+56=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 56 (22.27% from 255 or 13.53% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA938 is #4256C7. Grayscale: #A2A2A2. Windows color (decimal): -4347592 or 3713469. OLE color: 3713469.
HSL color Cylindrical-coordinate representation of color #BDA938: hue angle of 50.98º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDA938 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 56 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.26 |
| HSL | 50.98º | 0.54% | 0.48% | - |
| HSV(B) | 50.98º | 0.7% | 0.74% | - |
| XYZ | 35.89 | 39.48 | 9.47 | - |
| YUV | 162.1 | 68.13 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 56 | 0 | 0.11 | 0.70 | 0.26 | 50.98 | 0.54 | 0.48 |
| Hex | BD | A9 | 38 | 0 | B | 46 | 1A | 33 | 36 | 30 |
| Octal | 275 | 251 | 70 | 0 | 13 | 106 | 32 | 63 | 66 | 60 |
| Binary | 10111101 | 10101001 | 111000 | 0 | 1011 | 1000110 | 11010 | 110011 | 110110 | 110000 |
Color Harmonies of #BDA938
Complementary color
Monochromatic Colors of #BDA938
Black with #BDA938
Text Example
Text Example
White with #BDA938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA938; }
p { color: rgb(189,169,56); }
H1.HeaderClassName
{
color: #BDA938;
}
.AnyTagClassName
{
color: #BDA938;
}
</style>
background-color css
<style>
a { background-color: #BDA938; }
a { background-color: rgb(189,169,56); }
div.DivClassName
{
background-color: #BDA938;
}
.BgClassName
{
background-color: #BDA938;
}
</style>
border-color css
<style>
span { border-color: #BDA938; }
span { border-color: rgb(189,169,56); }
td.TdClassName
{
border-color: #BDA938;
}
.TagClassName
{
border-color: #BDA938;
}
</style>