Shades of Brass #BDA836
Tints of Brass #BDA836
RGB
CMYK
RGB Variations
Color information
#BDA836 (or 0xBDA836) is known color: Brass. HEX triplet: BD, A8 and 36. RGB value is (189,168,54). Sum of RGB (Red+Green+Blue) = 189+168+54=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 54 (21.48% from 255 or 13.14% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA836 is #4257C9. Grayscale: #A1A1A1. Windows color (decimal): -4347850 or 3582141. OLE color: 3582141.
HSL color Cylindrical-coordinate representation of color #BDA836: hue angle of 50.67º 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 #BDA836 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 54 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.26 |
| HSL | 50.67º | 0.56% | 0.48% | - |
| HSV(B) | 50.67º | 0.71% | 0.74% | - |
| XYZ | 35.65 | 39.09 | 9.16 | - |
| YUV | 161.28 | 67.46 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 54 | 0 | 0.11 | 0.71 | 0.26 | 50.67 | 0.56 | 0.48 |
| Hex | BD | A8 | 36 | 0 | B | 47 | 1A | 33 | 38 | 30 |
| Octal | 275 | 250 | 66 | 0 | 13 | 107 | 32 | 63 | 70 | 60 |
| Binary | 10111101 | 10101000 | 110110 | 0 | 1011 | 1000111 | 11010 | 110011 | 111000 | 110000 |
Color Harmonies of #BDA836
Complementary color
Monochromatic Colors of #BDA836
Black with #BDA836
Text Example
Text Example
White with #BDA836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA836; }
p { color: rgb(189,168,54); }
H1.HeaderClassName
{
color: #BDA836;
}
.AnyTagClassName
{
color: #BDA836;
}
</style>
background-color css
<style>
a { background-color: #BDA836; }
a { background-color: rgb(189,168,54); }
div.DivClassName
{
background-color: #BDA836;
}
.BgClassName
{
background-color: #BDA836;
}
</style>
border-color css
<style>
span { border-color: #BDA836; }
span { border-color: rgb(189,168,54); }
td.TdClassName
{
border-color: #BDA836;
}
.TagClassName
{
border-color: #BDA836;
}
</style>