Shades of Brass #BDA544
Tints of Brass #BDA544
RGB
CMYK
RGB Variations
Color information
#BDA544 (or 0xBDA544) is known color: Brass. HEX triplet: BD, A5 and 44. RGB value is (189,165,68). Sum of RGB (Red+Green+Blue) = 189+165+68=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 68 (26.95% from 255 or 16.11% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA544 is #425ABB. Grayscale: #A1A1A1. Windows color (decimal): -4348604 or 4498877. OLE color: 4498877.
HSL color Cylindrical-coordinate representation of color #BDA544: hue angle of 48.1º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDA544 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 68 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.26 |
| HSL | 48.1º | 0.48% | 0.5% | - |
| HSV(B) | 48.1º | 0.64% | 0.74% | - |
| XYZ | 35.48 | 38.15 | 10.96 | - |
| YUV | 161.12 | 75.45 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 68 | 0 | 0.13 | 0.64 | 0.26 | 48.1 | 0.48 | 0.5 |
| Hex | BD | A5 | 44 | 0 | D | 40 | 1A | 30 | 30 | 32 |
| Octal | 275 | 245 | 104 | 0 | 15 | 100 | 32 | 60 | 60 | 62 |
| Binary | 10111101 | 10100101 | 1000100 | 0 | 1101 | 1000000 | 11010 | 110000 | 110000 | 110010 |
Color Harmonies of #BDA544
Complementary color
Monochromatic Colors of #BDA544
Black with #BDA544
Text Example
Text Example
White with #BDA544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA544; }
p { color: rgb(189,165,68); }
H1.HeaderClassName
{
color: #BDA544;
}
.AnyTagClassName
{
color: #BDA544;
}
</style>
background-color css
<style>
a { background-color: #BDA544; }
a { background-color: rgb(189,165,68); }
div.DivClassName
{
background-color: #BDA544;
}
.BgClassName
{
background-color: #BDA544;
}
</style>
border-color css
<style>
span { border-color: #BDA544; }
span { border-color: rgb(189,165,68); }
td.TdClassName
{
border-color: #BDA544;
}
.TagClassName
{
border-color: #BDA544;
}
</style>