Shades of Brass #BFA341
Tints of Brass #BFA341
RGB
CMYK
RGB Variations
Color information
#BFA341 (or 0xBFA341) is known color: Brass. HEX triplet: BF, A3 and 41. RGB value is (191,163,65). Sum of RGB (Red+Green+Blue) = 191+163+65=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA341 is #405CBE. Grayscale: #A0A0A0. Windows color (decimal): -4218047 or 4301759. OLE color: 4301759.
HSL color Cylindrical-coordinate representation of color #BFA341: hue angle of 46.67º 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 #BFA341 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 163 | 65 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.25 |
| HSL | 46.67º | 0.5% | 0.5% | - |
| HSV(B) | 46.67º | 0.66% | 0.75% | - |
| XYZ | 35.54 | 37.65 | 10.4 | - |
| YUV | 160.2 | 74.28 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 65 | 0 | 0.15 | 0.66 | 0.25 | 46.67 | 0.5 | 0.5 |
| Hex | BF | A3 | 41 | 0 | F | 42 | 19 | 2F | 32 | 32 |
| Octal | 277 | 243 | 101 | 0 | 17 | 102 | 31 | 57 | 62 | 62 |
| Binary | 10111111 | 10100011 | 1000001 | 0 | 1111 | 1000010 | 11001 | 101111 | 110010 | 110010 |
Color Harmonies of #BFA341
Complementary color
Monochromatic Colors of #BFA341
Black with #BFA341
Text Example
Text Example
White with #BFA341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA341; }
p { color: rgb(191,163,65); }
H1.HeaderClassName
{
color: #BFA341;
}
.AnyTagClassName
{
color: #BFA341;
}
</style>
background-color css
<style>
a { background-color: #BFA341; }
a { background-color: rgb(191,163,65); }
div.DivClassName
{
background-color: #BFA341;
}
.BgClassName
{
background-color: #BFA341;
}
</style>
border-color css
<style>
span { border-color: #BFA341; }
span { border-color: rgb(191,163,65); }
td.TdClassName
{
border-color: #BFA341;
}
.TagClassName
{
border-color: #BFA341;
}
</style>