Shades of Brass #BDA743
Tints of Brass #BDA743
RGB
CMYK
RGB Variations
Color information
#BDA743 (or 0xBDA743) is known color: Brass. HEX triplet: BD, A7 and 43. RGB value is (189,167,67). Sum of RGB (Red+Green+Blue) = 189+167+67=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 67 (26.56% from 255 or 15.84% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA743 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA743 is #4258BC. Grayscale: #A2A2A2. Windows color (decimal): -4348093 or 4433853. OLE color: 4433853.
HSL color Cylindrical-coordinate representation of color #BDA743: hue angle of 49.18º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDA743 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 67 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.26 |
| HSL | 49.18º | 0.48% | 0.5% | - |
| HSV(B) | 49.18º | 0.65% | 0.74% | - |
| XYZ | 35.82 | 38.86 | 10.92 | - |
| YUV | 162.18 | 74.29 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 67 | 0 | 0.12 | 0.65 | 0.26 | 49.18 | 0.48 | 0.5 |
| Hex | BD | A7 | 43 | 0 | C | 41 | 1A | 31 | 30 | 32 |
| Octal | 275 | 247 | 103 | 0 | 14 | 101 | 32 | 61 | 60 | 62 |
| Binary | 10111101 | 10100111 | 1000011 | 0 | 1100 | 1000001 | 11010 | 110001 | 110000 | 110010 |
Color Harmonies of #BDA743
Complementary color
Monochromatic Colors of #BDA743
Black with #BDA743
Text Example
Text Example
White with #BDA743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA743; }
p { color: rgb(189,167,67); }
H1.HeaderClassName
{
color: #BDA743;
}
.AnyTagClassName
{
color: #BDA743;
}
</style>
background-color css
<style>
a { background-color: #BDA743; }
a { background-color: rgb(189,167,67); }
div.DivClassName
{
background-color: #BDA743;
}
.BgClassName
{
background-color: #BDA743;
}
</style>
border-color css
<style>
span { border-color: #BDA743; }
span { border-color: rgb(189,167,67); }
td.TdClassName
{
border-color: #BDA743;
}
.TagClassName
{
border-color: #BDA743;
}
</style>