Shades of Brass #BDB63D
Tints of Brass #BDB63D
RGB
CMYK
RGB Variations
Color information
#BDB63D (or 0xBDB63D) is known color: Brass. HEX triplet: BD, B6 and 3D. RGB value is (189,182,61). Sum of RGB (Red+Green+Blue) = 189+182+61=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 61 (24.22% from 255 or 14.12% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB63D is #4249C2. Grayscale: #AAAAAA. Windows color (decimal): -4344259 or 4044477. OLE color: 4044477.
HSL color Cylindrical-coordinate representation of color #BDB63D: hue angle of 56.72º 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 #BDB63D is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 61 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.26 |
| HSL | 56.72º | 0.51% | 0.49% | - |
| HSV(B) | 56.72º | 0.68% | 0.74% | - |
| XYZ | 38.56 | 44.61 | 10.99 | - |
| YUV | 170.3 | 66.32 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 61 | 0 | 0.04 | 0.68 | 0.26 | 56.72 | 0.51 | 0.49 |
| Hex | BD | B6 | 3D | 0 | 4 | 44 | 1A | 39 | 33 | 31 |
| Octal | 275 | 266 | 75 | 0 | 4 | 104 | 32 | 71 | 63 | 61 |
| Binary | 10111101 | 10110110 | 111101 | 0 | 100 | 1000100 | 11010 | 111001 | 110011 | 110001 |
Color Harmonies of #BDB63D
Complementary color
Monochromatic Colors of #BDB63D
Black with #BDB63D
Text Example
Text Example
White with #BDB63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB63D; }
p { color: rgb(189,182,61); }
H1.HeaderClassName
{
color: #BDB63D;
}
.AnyTagClassName
{
color: #BDB63D;
}
</style>
background-color css
<style>
a { background-color: #BDB63D; }
a { background-color: rgb(189,182,61); }
div.DivClassName
{
background-color: #BDB63D;
}
.BgClassName
{
background-color: #BDB63D;
}
</style>
border-color css
<style>
span { border-color: #BDB63D; }
span { border-color: rgb(189,182,61); }
td.TdClassName
{
border-color: #BDB63D;
}
.TagClassName
{
border-color: #BDB63D;
}
</style>