Shades of Brass #BDA53D
Tints of Brass #BDA53D
RGB
CMYK
RGB Variations
Color information
#BDA53D (or 0xBDA53D) is known color: Brass. HEX triplet: BD, A5 and 3D. RGB value is (189,165,61). Sum of RGB (Red+Green+Blue) = 189+165+61=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA53D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA53D is #425AC2. Grayscale: #A0A0A0. Windows color (decimal): -4348611 or 4040125. OLE color: 4040125.
HSL color Cylindrical-coordinate representation of color #BDA53D: hue angle of 48.75º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDA53D is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 61 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.26 |
| HSL | 48.75º | 0.51% | 0.49% | - |
| HSV(B) | 48.75º | 0.68% | 0.74% | - |
| XYZ | 35.28 | 38.07 | 9.9 | - |
| YUV | 160.32 | 71.95 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 61 | 0 | 0.13 | 0.68 | 0.26 | 48.75 | 0.51 | 0.49 |
| Hex | BD | A5 | 3D | 0 | D | 44 | 1A | 31 | 33 | 31 |
| Octal | 275 | 245 | 75 | 0 | 15 | 104 | 32 | 61 | 63 | 61 |
| Binary | 10111101 | 10100101 | 111101 | 0 | 1101 | 1000100 | 11010 | 110001 | 110011 | 110001 |
Color Harmonies of #BDA53D
Complementary color
Monochromatic Colors of #BDA53D
Black with #BDA53D
Text Example
Text Example
White with #BDA53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA53D; }
p { color: rgb(189,165,61); }
H1.HeaderClassName
{
color: #BDA53D;
}
.AnyTagClassName
{
color: #BDA53D;
}
</style>
background-color css
<style>
a { background-color: #BDA53D; }
a { background-color: rgb(189,165,61); }
div.DivClassName
{
background-color: #BDA53D;
}
.BgClassName
{
background-color: #BDA53D;
}
</style>
border-color css
<style>
span { border-color: #BDA53D; }
span { border-color: rgb(189,165,61); }
td.TdClassName
{
border-color: #BDA53D;
}
.TagClassName
{
border-color: #BDA53D;
}
</style>