Shades of Brass #BFA240
Tints of Brass #BFA240
RGB
CMYK
RGB Variations
Color information
#BFA240 (or 0xBFA240) is known color: Brass. HEX triplet: BF, A2 and 40. RGB value is (191,162,64). Sum of RGB (Red+Green+Blue) = 191+162+64=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA240 is #405DBF. Grayscale: #9F9F9F. Windows color (decimal): -4218304 or 4235967. OLE color: 4235967.
HSL color Cylindrical-coordinate representation of color #BFA240: hue angle of 46.3º 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 #BFA240 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 162 | 64 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.25 |
| HSL | 46.3º | 0.5% | 0.5% | - |
| HSV(B) | 46.3º | 0.66% | 0.75% | - |
| XYZ | 35.33 | 37.29 | 10.19 | - |
| YUV | 159.5 | 74.11 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 64 | 0 | 0.15 | 0.66 | 0.25 | 46.3 | 0.5 | 0.5 |
| Hex | BF | A2 | 40 | 0 | F | 42 | 19 | 2E | 32 | 32 |
| Octal | 277 | 242 | 100 | 0 | 17 | 102 | 31 | 56 | 62 | 62 |
| Binary | 10111111 | 10100010 | 1000000 | 0 | 1111 | 1000010 | 11001 | 101110 | 110010 | 110010 |
Color Harmonies of #BFA240
Complementary color
Monochromatic Colors of #BFA240
Black with #BFA240
Text Example
Text Example
White with #BFA240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA240; }
p { color: rgb(191,162,64); }
H1.HeaderClassName
{
color: #BFA240;
}
.AnyTagClassName
{
color: #BFA240;
}
</style>
background-color css
<style>
a { background-color: #BFA240; }
a { background-color: rgb(191,162,64); }
div.DivClassName
{
background-color: #BFA240;
}
.BgClassName
{
background-color: #BFA240;
}
</style>
border-color css
<style>
span { border-color: #BFA240; }
span { border-color: rgb(191,162,64); }
td.TdClassName
{
border-color: #BFA240;
}
.TagClassName
{
border-color: #BFA240;
}
</style>