Shades of Brass #BDA83F
Tints of Brass #BDA83F
RGB
CMYK
RGB Variations
Color information
#BDA83F (or 0xBDA83F) is known color: Brass. HEX triplet: BD, A8 and 3F. RGB value is (189,168,63). Sum of RGB (Red+Green+Blue) = 189+168+63=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 63 (25% from 255 or 15% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA83F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA83F is #4257C0. Grayscale: #A2A2A2. Windows color (decimal): -4347841 or 4171965. OLE color: 4171965.
HSL color Cylindrical-coordinate representation of color #BDA83F: hue angle of 50º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDA83F is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 63 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.26 |
| HSL | 50º | 0.5% | 0.49% | - |
| HSV(B) | 50º | 0.67% | 0.74% | - |
| XYZ | 35.89 | 39.18 | 10.37 | - |
| YUV | 162.31 | 71.96 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 63 | 0 | 0.11 | 0.67 | 0.26 | 50 | 0.5 | 0.49 |
| Hex | BD | A8 | 3F | 0 | B | 43 | 1A | 32 | 32 | 31 |
| Octal | 275 | 250 | 77 | 0 | 13 | 103 | 32 | 62 | 62 | 61 |
| Binary | 10111101 | 10101000 | 111111 | 0 | 1011 | 1000011 | 11010 | 110010 | 110010 | 110001 |
Color Harmonies of #BDA83F
Complementary color
Monochromatic Colors of #BDA83F
Black with #BDA83F
Text Example
Text Example
White with #BDA83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA83F; }
p { color: rgb(189,168,63); }
H1.HeaderClassName
{
color: #BDA83F;
}
.AnyTagClassName
{
color: #BDA83F;
}
</style>
background-color css
<style>
a { background-color: #BDA83F; }
a { background-color: rgb(189,168,63); }
div.DivClassName
{
background-color: #BDA83F;
}
.BgClassName
{
background-color: #BDA83F;
}
</style>
border-color css
<style>
span { border-color: #BDA83F; }
span { border-color: rgb(189,168,63); }
td.TdClassName
{
border-color: #BDA83F;
}
.TagClassName
{
border-color: #BDA83F;
}
</style>