Shades of Brass #BDA93B
Tints of Brass #BDA93B
RGB
CMYK
RGB Variations
Color information
#BDA93B (or 0xBDA93B) is known color: Brass. HEX triplet: BD, A9 and 3B. RGB value is (189,169,59). Sum of RGB (Red+Green+Blue) = 189+169+59=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 59 (23.44% from 255 or 14.15% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA93B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA93B is #4256C4. Grayscale: #A2A2A2. Windows color (decimal): -4347589 or 3910077. OLE color: 3910077.
HSL color Cylindrical-coordinate representation of color #BDA93B: hue angle of 50.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDA93B is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 59 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.26 |
| HSL | 50.77º | 0.52% | 0.49% | - |
| HSV(B) | 50.77º | 0.69% | 0.74% | - |
| XYZ | 35.96 | 39.51 | 9.87 | - |
| YUV | 162.44 | 69.63 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 59 | 0 | 0.11 | 0.69 | 0.26 | 50.77 | 0.52 | 0.49 |
| Hex | BD | A9 | 3B | 0 | B | 45 | 1A | 33 | 34 | 31 |
| Octal | 275 | 251 | 73 | 0 | 13 | 105 | 32 | 63 | 64 | 61 |
| Binary | 10111101 | 10101001 | 111011 | 0 | 1011 | 1000101 | 11010 | 110011 | 110100 | 110001 |
Color Harmonies of #BDA93B
Complementary color
Monochromatic Colors of #BDA93B
Black with #BDA93B
Text Example
Text Example
White with #BDA93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA93B; }
p { color: rgb(189,169,59); }
H1.HeaderClassName
{
color: #BDA93B;
}
.AnyTagClassName
{
color: #BDA93B;
}
</style>
background-color css
<style>
a { background-color: #BDA93B; }
a { background-color: rgb(189,169,59); }
div.DivClassName
{
background-color: #BDA93B;
}
.BgClassName
{
background-color: #BDA93B;
}
</style>
border-color css
<style>
span { border-color: #BDA93B; }
span { border-color: rgb(189,169,59); }
td.TdClassName
{
border-color: #BDA93B;
}
.TagClassName
{
border-color: #BDA93B;
}
</style>