Shades of Brass #BDA843
Tints of Brass #BDA843
RGB
CMYK
RGB Variations
Color information
#BDA843 (or 0xBDA843) is known color: Brass. HEX triplet: BD, A8 and 43. RGB value is (189,168,67). Sum of RGB (Red+Green+Blue) = 189+168+67=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 67 (26.56% from 255 or 15.80% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA843 is #4257BC. Grayscale: #A3A3A3. Windows color (decimal): -4347837 or 4434109. OLE color: 4434109.
HSL color Cylindrical-coordinate representation of color #BDA843: hue angle of 49.67º 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 #BDA843 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 67 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.26 |
| HSL | 49.67º | 0.48% | 0.5% | - |
| HSV(B) | 49.67º | 0.65% | 0.74% | - |
| XYZ | 36 | 39.23 | 10.98 | - |
| YUV | 162.77 | 73.96 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 67 | 0 | 0.11 | 0.65 | 0.26 | 49.67 | 0.48 | 0.5 |
| Hex | BD | A8 | 43 | 0 | B | 41 | 1A | 32 | 30 | 32 |
| Octal | 275 | 250 | 103 | 0 | 13 | 101 | 32 | 62 | 60 | 62 |
| Binary | 10111101 | 10101000 | 1000011 | 0 | 1011 | 1000001 | 11010 | 110010 | 110000 | 110010 |
Color Harmonies of #BDA843
Complementary color
Monochromatic Colors of #BDA843
Black with #BDA843
Text Example
Text Example
White with #BDA843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA843; }
p { color: rgb(189,168,67); }
H1.HeaderClassName
{
color: #BDA843;
}
.AnyTagClassName
{
color: #BDA843;
}
</style>
background-color css
<style>
a { background-color: #BDA843; }
a { background-color: rgb(189,168,67); }
div.DivClassName
{
background-color: #BDA843;
}
.BgClassName
{
background-color: #BDA843;
}
</style>
border-color css
<style>
span { border-color: #BDA843; }
span { border-color: rgb(189,168,67); }
td.TdClassName
{
border-color: #BDA843;
}
.TagClassName
{
border-color: #BDA843;
}
</style>