Shades of Brass #BDB63E
Tints of Brass #BDB63E
RGB
CMYK
RGB Variations
Color information
#BDB63E (or 0xBDB63E) is known color: Brass. HEX triplet: BD, B6 and 3E. RGB value is (189,182,62). Sum of RGB (Red+Green+Blue) = 189+182+62=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB63E is #4249C1. Grayscale: #AAAAAA. Windows color (decimal): -4344258 or 4110013. OLE color: 4110013.
HSL color Cylindrical-coordinate representation of color #BDB63E: hue angle of 56.69º degrees, saturation: 0.51, 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 #BDB63E is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 62 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.26 |
| HSL | 56.69º | 0.51% | 0.49% | - |
| HSV(B) | 56.69º | 0.67% | 0.74% | - |
| XYZ | 38.58 | 44.62 | 11.14 | - |
| YUV | 170.41 | 66.82 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 62 | 0 | 0.04 | 0.67 | 0.26 | 56.69 | 0.51 | 0.49 |
| Hex | BD | B6 | 3E | 0 | 4 | 43 | 1A | 39 | 33 | 31 |
| Octal | 275 | 266 | 76 | 0 | 4 | 103 | 32 | 71 | 63 | 61 |
| Binary | 10111101 | 10110110 | 111110 | 0 | 100 | 1000011 | 11010 | 111001 | 110011 | 110001 |
Color Harmonies of #BDB63E
Complementary color
Monochromatic Colors of #BDB63E
Black with #BDB63E
Text Example
Text Example
White with #BDB63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB63E; }
p { color: rgb(189,182,62); }
H1.HeaderClassName
{
color: #BDB63E;
}
.AnyTagClassName
{
color: #BDB63E;
}
</style>
background-color css
<style>
a { background-color: #BDB63E; }
a { background-color: rgb(189,182,62); }
div.DivClassName
{
background-color: #BDB63E;
}
.BgClassName
{
background-color: #BDB63E;
}
</style>
border-color css
<style>
span { border-color: #BDB63E; }
span { border-color: rgb(189,182,62); }
td.TdClassName
{
border-color: #BDB63E;
}
.TagClassName
{
border-color: #BDB63E;
}
</style>