Shades of Brass #BDA236
Tints of Brass #BDA236
RGB
CMYK
RGB Variations
Color information
#BDA236 (or 0xBDA236) is known color: Brass. HEX triplet: BD, A2 and 36. RGB value is (189,162,54). Sum of RGB (Red+Green+Blue) = 189+162+54=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 54 (21.48% from 255 or 13.33% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA236 is #425DC9. Grayscale: #9E9E9E. Windows color (decimal): -4349386 or 3580605. OLE color: 3580605.
HSL color Cylindrical-coordinate representation of color #BDA236: hue angle of 48º 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 #BDA236 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 54 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.26 |
| HSL | 48º | 0.56% | 0.48% | - |
| HSV(B) | 48º | 0.71% | 0.74% | - |
| XYZ | 34.57 | 36.93 | 8.8 | - |
| YUV | 157.76 | 69.45 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 54 | 0 | 0.14 | 0.71 | 0.26 | 48 | 0.56 | 0.48 |
| Hex | BD | A2 | 36 | 0 | E | 47 | 1A | 30 | 38 | 30 |
| Octal | 275 | 242 | 66 | 0 | 16 | 107 | 32 | 60 | 70 | 60 |
| Binary | 10111101 | 10100010 | 110110 | 0 | 1110 | 1000111 | 11010 | 110000 | 111000 | 110000 |
Color Harmonies of #BDA236
Complementary color
Monochromatic Colors of #BDA236
Black with #BDA236
Text Example
Text Example
White with #BDA236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA236; }
p { color: rgb(189,162,54); }
H1.HeaderClassName
{
color: #BDA236;
}
.AnyTagClassName
{
color: #BDA236;
}
</style>
background-color css
<style>
a { background-color: #BDA236; }
a { background-color: rgb(189,162,54); }
div.DivClassName
{
background-color: #BDA236;
}
.BgClassName
{
background-color: #BDA236;
}
</style>
border-color css
<style>
span { border-color: #BDA236; }
span { border-color: rgb(189,162,54); }
td.TdClassName
{
border-color: #BDA236;
}
.TagClassName
{
border-color: #BDA236;
}
</style>