Shades of Brass #BDB53F
Tints of Brass #BDB53F
RGB
CMYK
RGB Variations
Color information
#BDB53F (or 0xBDB53F) is known color: Brass. HEX triplet: BD, B5 and 3F. RGB value is (189,181,63). Sum of RGB (Red+Green+Blue) = 189+181+63=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB53F is #424AC0. Grayscale: #AAAAAA. Windows color (decimal): -4344513 or 4175293. OLE color: 4175293.
HSL color Cylindrical-coordinate representation of color #BDB53F: hue angle of 56.19º 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 #BDB53F is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 63 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.26 |
| HSL | 56.19º | 0.5% | 0.49% | - |
| HSV(B) | 56.19º | 0.67% | 0.74% | - |
| XYZ | 38.41 | 44.23 | 11.21 | - |
| YUV | 169.94 | 67.65 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 63 | 0 | 0.04 | 0.67 | 0.26 | 56.19 | 0.5 | 0.49 |
| Hex | BD | B5 | 3F | 0 | 4 | 43 | 1A | 38 | 32 | 31 |
| Octal | 275 | 265 | 77 | 0 | 4 | 103 | 32 | 70 | 62 | 61 |
| Binary | 10111101 | 10110101 | 111111 | 0 | 100 | 1000011 | 11010 | 111000 | 110010 | 110001 |
Color Harmonies of #BDB53F
Complementary color
Monochromatic Colors of #BDB53F
Black with #BDB53F
Text Example
Text Example
White with #BDB53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB53F; }
p { color: rgb(189,181,63); }
H1.HeaderClassName
{
color: #BDB53F;
}
.AnyTagClassName
{
color: #BDB53F;
}
</style>
background-color css
<style>
a { background-color: #BDB53F; }
a { background-color: rgb(189,181,63); }
div.DivClassName
{
background-color: #BDB53F;
}
.BgClassName
{
background-color: #BDB53F;
}
</style>
border-color css
<style>
span { border-color: #BDB53F; }
span { border-color: rgb(189,181,63); }
td.TdClassName
{
border-color: #BDB53F;
}
.TagClassName
{
border-color: #BDB53F;
}
</style>