Shades of Brass #BDA43B
Tints of Brass #BDA43B
RGB
CMYK
RGB Variations
Color information
#BDA43B (or 0xBDA43B) is known color: Brass. HEX triplet: BD, A4 and 3B. RGB value is (189,164,59). Sum of RGB (Red+Green+Blue) = 189+164+59=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 59 (23.44% from 255 or 14.32% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA43B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA43B is #425BC4. Grayscale: #9F9F9F. Windows color (decimal): -4348869 or 3908797. OLE color: 3908797.
HSL color Cylindrical-coordinate representation of color #BDA43B: hue angle of 48.46º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDA43B is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 59 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.26 |
| HSL | 48.46º | 0.52% | 0.49% | - |
| HSV(B) | 48.46º | 0.69% | 0.74% | - |
| XYZ | 35.05 | 37.69 | 9.56 | - |
| YUV | 159.51 | 71.28 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 59 | 0 | 0.13 | 0.69 | 0.26 | 48.46 | 0.52 | 0.49 |
| Hex | BD | A4 | 3B | 0 | D | 45 | 1A | 30 | 34 | 31 |
| Octal | 275 | 244 | 73 | 0 | 15 | 105 | 32 | 60 | 64 | 61 |
| Binary | 10111101 | 10100100 | 111011 | 0 | 1101 | 1000101 | 11010 | 110000 | 110100 | 110001 |
Color Harmonies of #BDA43B
Complementary color
Monochromatic Colors of #BDA43B
Black with #BDA43B
Text Example
Text Example
White with #BDA43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA43B; }
p { color: rgb(189,164,59); }
H1.HeaderClassName
{
color: #BDA43B;
}
.AnyTagClassName
{
color: #BDA43B;
}
</style>
background-color css
<style>
a { background-color: #BDA43B; }
a { background-color: rgb(189,164,59); }
div.DivClassName
{
background-color: #BDA43B;
}
.BgClassName
{
background-color: #BDA43B;
}
</style>
border-color css
<style>
span { border-color: #BDA43B; }
span { border-color: rgb(189,164,59); }
td.TdClassName
{
border-color: #BDA43B;
}
.TagClassName
{
border-color: #BDA43B;
}
</style>