Shades of Brass #BDA840
Tints of Brass #BDA840
RGB
CMYK
RGB Variations
Color information
#BDA840 (or 0xBDA840) is known color: Brass. HEX triplet: BD, A8 and 40. RGB value is (189,168,64). Sum of RGB (Red+Green+Blue) = 189+168+64=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA840 is #4257BF. Grayscale: #A2A2A2. Windows color (decimal): -4347840 or 4237501. OLE color: 4237501.
HSL color Cylindrical-coordinate representation of color #BDA840: hue angle of 49.92º 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 #BDA840 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 64 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.26 |
| HSL | 49.92º | 0.49% | 0.5% | - |
| HSV(B) | 49.92º | 0.66% | 0.74% | - |
| XYZ | 35.91 | 39.19 | 10.52 | - |
| YUV | 162.42 | 72.46 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 64 | 0 | 0.11 | 0.66 | 0.26 | 49.92 | 0.49 | 0.5 |
| Hex | BD | A8 | 40 | 0 | B | 42 | 1A | 32 | 31 | 32 |
| Octal | 275 | 250 | 100 | 0 | 13 | 102 | 32 | 62 | 61 | 62 |
| Binary | 10111101 | 10101000 | 1000000 | 0 | 1011 | 1000010 | 11010 | 110010 | 110001 | 110010 |
Color Harmonies of #BDA840
Complementary color
Monochromatic Colors of #BDA840
Black with #BDA840
Text Example
Text Example
White with #BDA840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA840; }
p { color: rgb(189,168,64); }
H1.HeaderClassName
{
color: #BDA840;
}
.AnyTagClassName
{
color: #BDA840;
}
</style>
background-color css
<style>
a { background-color: #BDA840; }
a { background-color: rgb(189,168,64); }
div.DivClassName
{
background-color: #BDA840;
}
.BgClassName
{
background-color: #BDA840;
}
</style>
border-color css
<style>
span { border-color: #BDA840; }
span { border-color: rgb(189,168,64); }
td.TdClassName
{
border-color: #BDA840;
}
.TagClassName
{
border-color: #BDA840;
}
</style>