Shades of Brass #BDA63E
Tints of Brass #BDA63E
RGB
CMYK
RGB Variations
Color information
#BDA63E (or 0xBDA63E) is known color: Brass. HEX triplet: BD, A6 and 3E. RGB value is (189,166,62). Sum of RGB (Red+Green+Blue) = 189+166+62=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA63E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA63E is #4259C1. Grayscale: #A1A1A1. Windows color (decimal): -4348354 or 4105917. OLE color: 4105917.
HSL color Cylindrical-coordinate representation of color #BDA63E: hue angle of 49.13º 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 #BDA63E is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 62 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.26 |
| HSL | 49.13º | 0.51% | 0.49% | - |
| HSV(B) | 49.13º | 0.67% | 0.74% | - |
| XYZ | 35.49 | 38.44 | 10.11 | - |
| YUV | 161.02 | 72.12 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 62 | 0 | 0.12 | 0.67 | 0.26 | 49.13 | 0.51 | 0.49 |
| Hex | BD | A6 | 3E | 0 | C | 43 | 1A | 31 | 33 | 31 |
| Octal | 275 | 246 | 76 | 0 | 14 | 103 | 32 | 61 | 63 | 61 |
| Binary | 10111101 | 10100110 | 111110 | 0 | 1100 | 1000011 | 11010 | 110001 | 110011 | 110001 |
Color Harmonies of #BDA63E
Complementary color
Monochromatic Colors of #BDA63E
Black with #BDA63E
Text Example
Text Example
White with #BDA63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA63E; }
p { color: rgb(189,166,62); }
H1.HeaderClassName
{
color: #BDA63E;
}
.AnyTagClassName
{
color: #BDA63E;
}
</style>
background-color css
<style>
a { background-color: #BDA63E; }
a { background-color: rgb(189,166,62); }
div.DivClassName
{
background-color: #BDA63E;
}
.BgClassName
{
background-color: #BDA63E;
}
</style>
border-color css
<style>
span { border-color: #BDA63E; }
span { border-color: rgb(189,166,62); }
td.TdClassName
{
border-color: #BDA63E;
}
.TagClassName
{
border-color: #BDA63E;
}
</style>