Shades of Brass #BDA941
Tints of Brass #BDA941
RGB
CMYK
RGB Variations
Color information
#BDA941 (or 0xBDA941) is known color: Brass. HEX triplet: BD, A9 and 41. RGB value is (189,169,65). Sum of RGB (Red+Green+Blue) = 189+169+65=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 65 (25.78% from 255 or 15.37% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA941 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA941 is #4256BE. Grayscale: #A3A3A3. Windows color (decimal): -4347583 or 4303293. OLE color: 4303293.
HSL color Cylindrical-coordinate representation of color #BDA941: hue angle of 50.32º 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 #BDA941 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 65 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.26 |
| HSL | 50.32º | 0.49% | 0.5% | - |
| HSV(B) | 50.32º | 0.66% | 0.74% | - |
| XYZ | 36.13 | 39.58 | 10.74 | - |
| YUV | 163.12 | 72.63 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 65 | 0 | 0.11 | 0.66 | 0.26 | 50.32 | 0.49 | 0.5 |
| Hex | BD | A9 | 41 | 0 | B | 42 | 1A | 32 | 31 | 32 |
| Octal | 275 | 251 | 101 | 0 | 13 | 102 | 32 | 62 | 61 | 62 |
| Binary | 10111101 | 10101001 | 1000001 | 0 | 1011 | 1000010 | 11010 | 110010 | 110001 | 110010 |
Color Harmonies of #BDA941
Complementary color
Monochromatic Colors of #BDA941
Black with #BDA941
Text Example
Text Example
White with #BDA941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA941; }
p { color: rgb(189,169,65); }
H1.HeaderClassName
{
color: #BDA941;
}
.AnyTagClassName
{
color: #BDA941;
}
</style>
background-color css
<style>
a { background-color: #BDA941; }
a { background-color: rgb(189,169,65); }
div.DivClassName
{
background-color: #BDA941;
}
.BgClassName
{
background-color: #BDA941;
}
</style>
border-color css
<style>
span { border-color: #BDA941; }
span { border-color: rgb(189,169,65); }
td.TdClassName
{
border-color: #BDA941;
}
.TagClassName
{
border-color: #BDA941;
}
</style>