Shades of Brass #BDA93D
Tints of Brass #BDA93D
RGB
CMYK
RGB Variations
Color information
#BDA93D (or 0xBDA93D) is known color: Brass. HEX triplet: BD, A9 and 3D. RGB value is (189,169,61). Sum of RGB (Red+Green+Blue) = 189+169+61=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA93D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA93D is #4256C2. Grayscale: #A3A3A3. Windows color (decimal): -4347587 or 4041149. OLE color: 4041149.
HSL color Cylindrical-coordinate representation of color #BDA93D: hue angle of 50.62º 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 #BDA93D is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 61 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.26 |
| HSL | 50.63º | 0.51% | 0.49% | - |
| HSV(B) | 50.63º | 0.68% | 0.74% | - |
| XYZ | 36.02 | 39.53 | 10.15 | - |
| YUV | 162.67 | 70.63 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 61 | 0 | 0.11 | 0.68 | 0.26 | 50.63 | 0.51 | 0.49 |
| Hex | BD | A9 | 3D | 0 | B | 44 | 1A | 33 | 33 | 31 |
| Octal | 275 | 251 | 75 | 0 | 13 | 104 | 32 | 63 | 63 | 61 |
| Binary | 10111101 | 10101001 | 111101 | 0 | 1011 | 1000100 | 11010 | 110011 | 110011 | 110001 |
Color Harmonies of #BDA93D
Complementary color
Monochromatic Colors of #BDA93D
Black with #BDA93D
Text Example
Text Example
White with #BDA93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA93D; }
p { color: rgb(189,169,61); }
H1.HeaderClassName
{
color: #BDA93D;
}
.AnyTagClassName
{
color: #BDA93D;
}
</style>
background-color css
<style>
a { background-color: #BDA93D; }
a { background-color: rgb(189,169,61); }
div.DivClassName
{
background-color: #BDA93D;
}
.BgClassName
{
background-color: #BDA93D;
}
</style>
border-color css
<style>
span { border-color: #BDA93D; }
span { border-color: rgb(189,169,61); }
td.TdClassName
{
border-color: #BDA93D;
}
.TagClassName
{
border-color: #BDA93D;
}
</style>