Shades of Brass #BDA741
Tints of Brass #BDA741
RGB
CMYK
RGB Variations
Color information
#BDA741 (or 0xBDA741) is known color: Brass. HEX triplet: BD, A7 and 41. RGB value is (189,167,65). Sum of RGB (Red+Green+Blue) = 189+167+65=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA741 is #4258BE. Grayscale: #A2A2A2. Windows color (decimal): -4348095 or 4302781. OLE color: 4302781.
HSL color Cylindrical-coordinate representation of color #BDA741: hue angle of 49.35º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDA741 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 65 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.26 |
| HSL | 49.35º | 0.49% | 0.5% | - |
| HSV(B) | 49.35º | 0.66% | 0.74% | - |
| XYZ | 35.76 | 38.84 | 10.61 | - |
| YUV | 161.95 | 73.29 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 65 | 0 | 0.12 | 0.66 | 0.26 | 49.35 | 0.49 | 0.5 |
| Hex | BD | A7 | 41 | 0 | C | 42 | 1A | 31 | 31 | 32 |
| Octal | 275 | 247 | 101 | 0 | 14 | 102 | 32 | 61 | 61 | 62 |
| Binary | 10111101 | 10100111 | 1000001 | 0 | 1100 | 1000010 | 11010 | 110001 | 110001 | 110010 |
Color Harmonies of #BDA741
Complementary color
Monochromatic Colors of #BDA741
Black with #BDA741
Text Example
Text Example
White with #BDA741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA741; }
p { color: rgb(189,167,65); }
H1.HeaderClassName
{
color: #BDA741;
}
.AnyTagClassName
{
color: #BDA741;
}
</style>
background-color css
<style>
a { background-color: #BDA741; }
a { background-color: rgb(189,167,65); }
div.DivClassName
{
background-color: #BDA741;
}
.BgClassName
{
background-color: #BDA741;
}
</style>
border-color css
<style>
span { border-color: #BDA741; }
span { border-color: rgb(189,167,65); }
td.TdClassName
{
border-color: #BDA741;
}
.TagClassName
{
border-color: #BDA741;
}
</style>