Shades of Brass #BDA53E
Tints of Brass #BDA53E
RGB
CMYK
RGB Variations
Color information
#BDA53E (or 0xBDA53E) is known color: Brass. HEX triplet: BD, A5 and 3E. RGB value is (189,165,62). Sum of RGB (Red+Green+Blue) = 189+165+62=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA53E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA53E is #425AC1. Grayscale: #A0A0A0. Windows color (decimal): -4348610 or 4105661. OLE color: 4105661.
HSL color Cylindrical-coordinate representation of color #BDA53E: hue angle of 48.66º 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 #BDA53E is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 62 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.26 |
| HSL | 48.66º | 0.51% | 0.49% | - |
| HSV(B) | 48.66º | 0.67% | 0.74% | - |
| XYZ | 35.31 | 38.08 | 10.05 | - |
| YUV | 160.43 | 72.45 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 62 | 0 | 0.13 | 0.67 | 0.26 | 48.66 | 0.51 | 0.49 |
| Hex | BD | A5 | 3E | 0 | D | 43 | 1A | 31 | 33 | 31 |
| Octal | 275 | 245 | 76 | 0 | 15 | 103 | 32 | 61 | 63 | 61 |
| Binary | 10111101 | 10100101 | 111110 | 0 | 1101 | 1000011 | 11010 | 110001 | 110011 | 110001 |
Color Harmonies of #BDA53E
Complementary color
Monochromatic Colors of #BDA53E
Black with #BDA53E
Text Example
Text Example
White with #BDA53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA53E; }
p { color: rgb(189,165,62); }
H1.HeaderClassName
{
color: #BDA53E;
}
.AnyTagClassName
{
color: #BDA53E;
}
</style>
background-color css
<style>
a { background-color: #BDA53E; }
a { background-color: rgb(189,165,62); }
div.DivClassName
{
background-color: #BDA53E;
}
.BgClassName
{
background-color: #BDA53E;
}
</style>
border-color css
<style>
span { border-color: #BDA53E; }
span { border-color: rgb(189,165,62); }
td.TdClassName
{
border-color: #BDA53E;
}
.TagClassName
{
border-color: #BDA53E;
}
</style>