Shades of Brass #BDA23C
Tints of Brass #BDA23C
RGB
CMYK
RGB Variations
Color information
#BDA23C (or 0xBDA23C) is known color: Brass. HEX triplet: BD, A2 and 3C. RGB value is (189,162,60). Sum of RGB (Red+Green+Blue) = 189+162+60=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA23C is #425DC3. Grayscale: #9E9E9E. Windows color (decimal): -4349380 or 3973821. OLE color: 3973821.
HSL color Cylindrical-coordinate representation of color #BDA23C: hue angle of 47.44º degrees, saturation: 0.52, 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 #BDA23C is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 162 | 60 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.26 |
| HSL | 47.44º | 0.52% | 0.49% | - |
| HSV(B) | 47.44º | 0.68% | 0.74% | - |
| XYZ | 34.72 | 36.99 | 9.58 | - |
| YUV | 158.45 | 72.45 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 162 | 60 | 0 | 0.14 | 0.68 | 0.26 | 47.44 | 0.52 | 0.49 |
| Hex | BD | A2 | 3C | 0 | E | 44 | 1A | 2F | 34 | 31 |
| Octal | 275 | 242 | 74 | 0 | 16 | 104 | 32 | 57 | 64 | 61 |
| Binary | 10111101 | 10100010 | 111100 | 0 | 1110 | 1000100 | 11010 | 101111 | 110100 | 110001 |
Color Harmonies of #BDA23C
Complementary color
Monochromatic Colors of #BDA23C
Black with #BDA23C
Text Example
Text Example
White with #BDA23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA23C; }
p { color: rgb(189,162,60); }
H1.HeaderClassName
{
color: #BDA23C;
}
.AnyTagClassName
{
color: #BDA23C;
}
</style>
background-color css
<style>
a { background-color: #BDA23C; }
a { background-color: rgb(189,162,60); }
div.DivClassName
{
background-color: #BDA23C;
}
.BgClassName
{
background-color: #BDA23C;
}
</style>
border-color css
<style>
span { border-color: #BDA23C; }
span { border-color: rgb(189,162,60); }
td.TdClassName
{
border-color: #BDA23C;
}
.TagClassName
{
border-color: #BDA23C;
}
</style>