Shades of Brass #BFA241
Tints of Brass #BFA241
RGB
CMYK
RGB Variations
Color information
#BFA241 (or 0xBFA241) is known color: Brass. HEX triplet: BF, A2 and 41. RGB value is (191,162,65). Sum of RGB (Red+Green+Blue) = 191+162+65=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA241 is #405DBE. Grayscale: #A0A0A0. Windows color (decimal): -4218303 or 4301503. OLE color: 4301503.
HSL color Cylindrical-coordinate representation of color #BFA241: hue angle of 46.19º 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 #BFA241 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 162 | 65 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.25 |
| HSL | 46.19º | 0.5% | 0.5% | - |
| HSV(B) | 46.19º | 0.66% | 0.75% | - |
| XYZ | 35.36 | 37.3 | 10.34 | - |
| YUV | 159.61 | 74.61 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 65 | 0 | 0.15 | 0.66 | 0.25 | 46.19 | 0.5 | 0.5 |
| Hex | BF | A2 | 41 | 0 | F | 42 | 19 | 2E | 32 | 32 |
| Octal | 277 | 242 | 101 | 0 | 17 | 102 | 31 | 56 | 62 | 62 |
| Binary | 10111111 | 10100010 | 1000001 | 0 | 1111 | 1000010 | 11001 | 101110 | 110010 | 110010 |
Color Harmonies of #BFA241
Complementary color
Monochromatic Colors of #BFA241
Black with #BFA241
Text Example
Text Example
White with #BFA241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA241; }
p { color: rgb(191,162,65); }
H1.HeaderClassName
{
color: #BFA241;
}
.AnyTagClassName
{
color: #BFA241;
}
</style>
background-color css
<style>
a { background-color: #BFA241; }
a { background-color: rgb(191,162,65); }
div.DivClassName
{
background-color: #BFA241;
}
.BgClassName
{
background-color: #BFA241;
}
</style>
border-color css
<style>
span { border-color: #BFA241; }
span { border-color: rgb(191,162,65); }
td.TdClassName
{
border-color: #BFA241;
}
.TagClassName
{
border-color: #BFA241;
}
</style>