Shades of Brass #BDA33D
Tints of Brass #BDA33D
RGB
CMYK
RGB Variations
Color information
#BDA33D (or 0xBDA33D) is known color: Brass. HEX triplet: BD, A3 and 3D. RGB value is (189,163,61). Sum of RGB (Red+Green+Blue) = 189+163+61=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA33D is #425CC2. Grayscale: #9F9F9F. Windows color (decimal): -4349123 or 4039613. OLE color: 4039613.
HSL color Cylindrical-coordinate representation of color #BDA33D: hue angle of 47.81º 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 #BDA33D is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 163 | 61 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.26 |
| HSL | 47.81º | 0.51% | 0.49% | - |
| HSV(B) | 47.81º | 0.68% | 0.74% | - |
| XYZ | 34.93 | 37.35 | 9.78 | - |
| YUV | 159.15 | 72.61 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 163 | 61 | 0 | 0.14 | 0.68 | 0.26 | 47.81 | 0.51 | 0.49 |
| Hex | BD | A3 | 3D | 0 | E | 44 | 1A | 30 | 33 | 31 |
| Octal | 275 | 243 | 75 | 0 | 16 | 104 | 32 | 60 | 63 | 61 |
| Binary | 10111101 | 10100011 | 111101 | 0 | 1110 | 1000100 | 11010 | 110000 | 110011 | 110001 |
Color Harmonies of #BDA33D
Complementary color
Monochromatic Colors of #BDA33D
Black with #BDA33D
Text Example
Text Example
White with #BDA33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA33D; }
p { color: rgb(189,163,61); }
H1.HeaderClassName
{
color: #BDA33D;
}
.AnyTagClassName
{
color: #BDA33D;
}
</style>
background-color css
<style>
a { background-color: #BDA33D; }
a { background-color: rgb(189,163,61); }
div.DivClassName
{
background-color: #BDA33D;
}
.BgClassName
{
background-color: #BDA33D;
}
</style>
border-color css
<style>
span { border-color: #BDA33D; }
span { border-color: rgb(189,163,61); }
td.TdClassName
{
border-color: #BDA33D;
}
.TagClassName
{
border-color: #BDA33D;
}
</style>