Shades of Brass #BDB73F
Tints of Brass #BDB73F
RGB
CMYK
RGB Variations
Color information
#BDB73F (or 0xBDB73F) is known color: Brass. HEX triplet: BD, B7 and 3F. RGB value is (189,183,63). Sum of RGB (Red+Green+Blue) = 189+183+63=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB73F is #4248C0. Grayscale: #ABABAB. Windows color (decimal): -4344001 or 4175805. OLE color: 4175805.
HSL color Cylindrical-coordinate representation of color #BDB73F: hue angle of 57.14º degrees, saturation: 0.5, 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 #BDB73F is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 63 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.26 |
| HSL | 57.14º | 0.5% | 0.49% | - |
| HSV(B) | 57.14º | 0.67% | 0.74% | - |
| XYZ | 38.82 | 45.04 | 11.35 | - |
| YUV | 171.11 | 66.99 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 63 | 0 | 0.03 | 0.67 | 0.26 | 57.14 | 0.5 | 0.49 |
| Hex | BD | B7 | 3F | 0 | 3 | 43 | 1A | 39 | 32 | 31 |
| Octal | 275 | 267 | 77 | 0 | 3 | 103 | 32 | 71 | 62 | 61 |
| Binary | 10111101 | 10110111 | 111111 | 0 | 11 | 1000011 | 11010 | 111001 | 110010 | 110001 |
Color Harmonies of #BDB73F
Complementary color
Monochromatic Colors of #BDB73F
Black with #BDB73F
Text Example
Text Example
White with #BDB73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB73F; }
p { color: rgb(189,183,63); }
H1.HeaderClassName
{
color: #BDB73F;
}
.AnyTagClassName
{
color: #BDB73F;
}
</style>
background-color css
<style>
a { background-color: #BDB73F; }
a { background-color: rgb(189,183,63); }
div.DivClassName
{
background-color: #BDB73F;
}
.BgClassName
{
background-color: #BDB73F;
}
</style>
border-color css
<style>
span { border-color: #BDB73F; }
span { border-color: rgb(189,183,63); }
td.TdClassName
{
border-color: #BDB73F;
}
.TagClassName
{
border-color: #BDB73F;
}
</style>