Shades of Brass #BDB53D
Tints of Brass #BDB53D
RGB
CMYK
RGB Variations
Color information
#BDB53D (or 0xBDB53D) is known color: Brass. HEX triplet: BD, B5 and 3D. RGB value is (189,181,61). Sum of RGB (Red+Green+Blue) = 189+181+61=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB53D is #424AC2. Grayscale: #AAAAAA. Windows color (decimal): -4344515 or 4044221. OLE color: 4044221.
HSL color Cylindrical-coordinate representation of color #BDB53D: hue angle of 56.25º 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 #BDB53D is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 181 | 61 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.26 |
| HSL | 56.25º | 0.51% | 0.49% | - |
| HSV(B) | 56.25º | 0.68% | 0.74% | - |
| XYZ | 38.35 | 44.2 | 10.93 | - |
| YUV | 169.71 | 66.65 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 61 | 0 | 0.04 | 0.68 | 0.26 | 56.25 | 0.51 | 0.49 |
| Hex | BD | B5 | 3D | 0 | 4 | 44 | 1A | 38 | 33 | 31 |
| Octal | 275 | 265 | 75 | 0 | 4 | 104 | 32 | 70 | 63 | 61 |
| Binary | 10111101 | 10110101 | 111101 | 0 | 100 | 1000100 | 11010 | 111000 | 110011 | 110001 |
Color Harmonies of #BDB53D
Complementary color
Monochromatic Colors of #BDB53D
Black with #BDB53D
Text Example
Text Example
White with #BDB53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB53D; }
p { color: rgb(189,181,61); }
H1.HeaderClassName
{
color: #BDB53D;
}
.AnyTagClassName
{
color: #BDB53D;
}
</style>
background-color css
<style>
a { background-color: #BDB53D; }
a { background-color: rgb(189,181,61); }
div.DivClassName
{
background-color: #BDB53D;
}
.BgClassName
{
background-color: #BDB53D;
}
</style>
border-color css
<style>
span { border-color: #BDB53D; }
span { border-color: rgb(189,181,61); }
td.TdClassName
{
border-color: #BDB53D;
}
.TagClassName
{
border-color: #BDB53D;
}
</style>