Shades of Brass #BDB73E
Tints of Brass #BDB73E
RGB
CMYK
RGB Variations
Color information
#BDB73E (or 0xBDB73E) is known color: Brass. HEX triplet: BD, B7 and 3E. RGB value is (189,183,62). Sum of RGB (Red+Green+Blue) = 189+183+62=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 62 (24.61% from 255 or 14.29% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB73E is #4248C1. Grayscale: #ABABAB. Windows color (decimal): -4344002 or 4110269. OLE color: 4110269.
HSL color Cylindrical-coordinate representation of color #BDB73E: hue angle of 57.17º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDB73E is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 62 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.26 |
| HSL | 57.17º | 0.51% | 0.49% | - |
| HSV(B) | 57.17º | 0.67% | 0.74% | - |
| XYZ | 38.79 | 45.03 | 11.21 | - |
| YUV | 171 | 66.49 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 62 | 0 | 0.03 | 0.67 | 0.26 | 57.17 | 0.51 | 0.49 |
| Hex | BD | B7 | 3E | 0 | 3 | 43 | 1A | 39 | 33 | 31 |
| Octal | 275 | 267 | 76 | 0 | 3 | 103 | 32 | 71 | 63 | 61 |
| Binary | 10111101 | 10110111 | 111110 | 0 | 11 | 1000011 | 11010 | 111001 | 110011 | 110001 |
Color Harmonies of #BDB73E
Complementary color
Monochromatic Colors of #BDB73E
Black with #BDB73E
Text Example
Text Example
White with #BDB73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB73E; }
p { color: rgb(189,183,62); }
H1.HeaderClassName
{
color: #BDB73E;
}
.AnyTagClassName
{
color: #BDB73E;
}
</style>
background-color css
<style>
a { background-color: #BDB73E; }
a { background-color: rgb(189,183,62); }
div.DivClassName
{
background-color: #BDB73E;
}
.BgClassName
{
background-color: #BDB73E;
}
</style>
border-color css
<style>
span { border-color: #BDB73E; }
span { border-color: rgb(189,183,62); }
td.TdClassName
{
border-color: #BDB73E;
}
.TagClassName
{
border-color: #BDB73E;
}
</style>