Shades of Brass #BDB73D
Tints of Brass #BDB73D
RGB
CMYK
RGB Variations
Color information
#BDB73D (or 0xBDB73D) is known color: Brass. HEX triplet: BD, B7 and 3D. RGB value is (189,183,61). Sum of RGB (Red+Green+Blue) = 189+183+61=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB73D is #4248C2. Grayscale: #ABABAB. Windows color (decimal): -4344003 or 4044733. OLE color: 4044733.
HSL color Cylindrical-coordinate representation of color #BDB73D: hue angle of 57.19º 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 #BDB73D is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 61 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.26 |
| HSL | 57.19º | 0.51% | 0.49% | - |
| HSV(B) | 57.19º | 0.68% | 0.74% | - |
| XYZ | 38.76 | 45.02 | 11.06 | - |
| YUV | 170.89 | 65.99 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 61 | 0 | 0.03 | 0.68 | 0.26 | 57.19 | 0.51 | 0.49 |
| Hex | BD | B7 | 3D | 0 | 3 | 44 | 1A | 39 | 33 | 31 |
| Octal | 275 | 267 | 75 | 0 | 3 | 104 | 32 | 71 | 63 | 61 |
| Binary | 10111101 | 10110111 | 111101 | 0 | 11 | 1000100 | 11010 | 111001 | 110011 | 110001 |
Color Harmonies of #BDB73D
Complementary color
Monochromatic Colors of #BDB73D
Black with #BDB73D
Text Example
Text Example
White with #BDB73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB73D; }
p { color: rgb(189,183,61); }
H1.HeaderClassName
{
color: #BDB73D;
}
.AnyTagClassName
{
color: #BDB73D;
}
</style>
background-color css
<style>
a { background-color: #BDB73D; }
a { background-color: rgb(189,183,61); }
div.DivClassName
{
background-color: #BDB73D;
}
.BgClassName
{
background-color: #BDB73D;
}
</style>
border-color css
<style>
span { border-color: #BDB73D; }
span { border-color: rgb(189,183,61); }
td.TdClassName
{
border-color: #BDB73D;
}
.TagClassName
{
border-color: #BDB73D;
}
</style>