Shades of Brass #BDA436
Tints of Brass #BDA436
RGB
CMYK
RGB Variations
Color information
#BDA436 (or 0xBDA436) is known color: Brass. HEX triplet: BD, A4 and 36. RGB value is (189,164,54). Sum of RGB (Red+Green+Blue) = 189+164+54=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 54 (21.48% from 255 or 13.27% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA436 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA436 is #425BC9. Grayscale: #9F9F9F. Windows color (decimal): -4348874 or 3581117. OLE color: 3581117.
HSL color Cylindrical-coordinate representation of color #BDA436: hue angle of 48.89º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDA436 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 54 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.26 |
| HSL | 48.89º | 0.56% | 0.48% | - |
| HSV(B) | 48.89º | 0.71% | 0.74% | - |
| XYZ | 34.93 | 37.64 | 8.91 | - |
| YUV | 158.94 | 68.78 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 54 | 0 | 0.13 | 0.71 | 0.26 | 48.89 | 0.56 | 0.48 |
| Hex | BD | A4 | 36 | 0 | D | 47 | 1A | 31 | 38 | 30 |
| Octal | 275 | 244 | 66 | 0 | 15 | 107 | 32 | 61 | 70 | 60 |
| Binary | 10111101 | 10100100 | 110110 | 0 | 1101 | 1000111 | 11010 | 110001 | 111000 | 110000 |
Color Harmonies of #BDA436
Complementary color
Monochromatic Colors of #BDA436
Black with #BDA436
Text Example
Text Example
White with #BDA436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA436; }
p { color: rgb(189,164,54); }
H1.HeaderClassName
{
color: #BDA436;
}
.AnyTagClassName
{
color: #BDA436;
}
</style>
background-color css
<style>
a { background-color: #BDA436; }
a { background-color: rgb(189,164,54); }
div.DivClassName
{
background-color: #BDA436;
}
.BgClassName
{
background-color: #BDA436;
}
</style>
border-color css
<style>
span { border-color: #BDA436; }
span { border-color: rgb(189,164,54); }
td.TdClassName
{
border-color: #BDA436;
}
.TagClassName
{
border-color: #BDA436;
}
</style>