Shades of Brass #BFA940
Tints of Brass #BFA940
RGB
CMYK
RGB Variations
Color information
#BFA940 (or 0xBFA940) is known color: Brass. HEX triplet: BF, A9 and 40. RGB value is (191,169,64). Sum of RGB (Red+Green+Blue) = 191+169+64=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA940 is #4056BF. Grayscale: #A4A4A4. Windows color (decimal): -4216512 or 4237759. OLE color: 4237759.
HSL color Cylindrical-coordinate representation of color #BFA940: hue angle of 49.61º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BFA940 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 169 | 64 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.25 |
| HSL | 49.61º | 0.5% | 0.5% | - |
| HSV(B) | 49.61º | 0.66% | 0.75% | - |
| XYZ | 36.6 | 39.82 | 10.61 | - |
| YUV | 163.61 | 71.79 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 169 | 64 | 0 | 0.12 | 0.66 | 0.25 | 49.61 | 0.5 | 0.5 |
| Hex | BF | A9 | 40 | 0 | C | 42 | 19 | 32 | 32 | 32 |
| Octal | 277 | 251 | 100 | 0 | 14 | 102 | 31 | 62 | 62 | 62 |
| Binary | 10111111 | 10101001 | 1000000 | 0 | 1100 | 1000010 | 11001 | 110010 | 110010 | 110010 |
Color Harmonies of #BFA940
Complementary color
Monochromatic Colors of #BFA940
Black with #BFA940
Text Example
Text Example
White with #BFA940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA940; }
p { color: rgb(191,169,64); }
H1.HeaderClassName
{
color: #BFA940;
}
.AnyTagClassName
{
color: #BFA940;
}
</style>
background-color css
<style>
a { background-color: #BFA940; }
a { background-color: rgb(191,169,64); }
div.DivClassName
{
background-color: #BFA940;
}
.BgClassName
{
background-color: #BFA940;
}
</style>
border-color css
<style>
span { border-color: #BFA940; }
span { border-color: rgb(191,169,64); }
td.TdClassName
{
border-color: #BFA940;
}
.TagClassName
{
border-color: #BFA940;
}
</style>