Shades of Brass #BDA43F
Tints of Brass #BDA43F
RGB
CMYK
RGB Variations
Color information
#BDA43F (or 0xBDA43F) is known color: Brass. HEX triplet: BD, A4 and 3F. RGB value is (189,164,63). Sum of RGB (Red+Green+Blue) = 189+164+63=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA43F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA43F is #425BC0. Grayscale: #A0A0A0. Windows color (decimal): -4348865 or 4170941. OLE color: 4170941.
HSL color Cylindrical-coordinate representation of color #BDA43F: hue angle of 48.1º 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 #BDA43F is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 63 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.26 |
| HSL | 48.1º | 0.5% | 0.49% | - |
| HSV(B) | 48.1º | 0.67% | 0.74% | - |
| XYZ | 35.16 | 37.73 | 10.13 | - |
| YUV | 159.96 | 73.28 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 63 | 0 | 0.13 | 0.67 | 0.26 | 48.1 | 0.5 | 0.49 |
| Hex | BD | A4 | 3F | 0 | D | 43 | 1A | 30 | 32 | 31 |
| Octal | 275 | 244 | 77 | 0 | 15 | 103 | 32 | 60 | 62 | 61 |
| Binary | 10111101 | 10100100 | 111111 | 0 | 1101 | 1000011 | 11010 | 110000 | 110010 | 110001 |
Color Harmonies of #BDA43F
Complementary color
Monochromatic Colors of #BDA43F
Black with #BDA43F
Text Example
Text Example
White with #BDA43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA43F; }
p { color: rgb(189,164,63); }
H1.HeaderClassName
{
color: #BDA43F;
}
.AnyTagClassName
{
color: #BDA43F;
}
</style>
background-color css
<style>
a { background-color: #BDA43F; }
a { background-color: rgb(189,164,63); }
div.DivClassName
{
background-color: #BDA43F;
}
.BgClassName
{
background-color: #BDA43F;
}
</style>
border-color css
<style>
span { border-color: #BDA43F; }
span { border-color: rgb(189,164,63); }
td.TdClassName
{
border-color: #BDA43F;
}
.TagClassName
{
border-color: #BDA43F;
}
</style>