Shades of Brass #BFA63F
Tints of Brass #BFA63F
RGB
CMYK
RGB Variations
Color information
#BFA63F (or 0xBFA63F) is known color: Brass. HEX triplet: BF, A6 and 3F. RGB value is (191,166,63). Sum of RGB (Red+Green+Blue) = 191+166+63=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 63 (25% from 255 or 15% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA63F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA63F is #4059C0. Grayscale: #A2A2A2. Windows color (decimal): -4217281 or 4171455. OLE color: 4171455.
HSL color Cylindrical-coordinate representation of color #BFA63F: hue angle of 48.28º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFA63F is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 166 | 63 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.25 |
| HSL | 48.28º | 0.5% | 0.5% | - |
| HSV(B) | 48.28º | 0.67% | 0.75% | - |
| XYZ | 36.02 | 38.71 | 10.28 | - |
| YUV | 161.73 | 72.28 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 63 | 0 | 0.13 | 0.67 | 0.25 | 48.28 | 0.5 | 0.5 |
| Hex | BF | A6 | 3F | 0 | D | 43 | 19 | 30 | 32 | 32 |
| Octal | 277 | 246 | 77 | 0 | 15 | 103 | 31 | 60 | 62 | 62 |
| Binary | 10111111 | 10100110 | 111111 | 0 | 1101 | 1000011 | 11001 | 110000 | 110010 | 110010 |
Color Harmonies of #BFA63F
Complementary color
Monochromatic Colors of #BFA63F
Black with #BFA63F
Text Example
Text Example
White with #BFA63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA63F; }
p { color: rgb(191,166,63); }
H1.HeaderClassName
{
color: #BFA63F;
}
.AnyTagClassName
{
color: #BFA63F;
}
</style>
background-color css
<style>
a { background-color: #BFA63F; }
a { background-color: rgb(191,166,63); }
div.DivClassName
{
background-color: #BFA63F;
}
.BgClassName
{
background-color: #BFA63F;
}
</style>
border-color css
<style>
span { border-color: #BFA63F; }
span { border-color: rgb(191,166,63); }
td.TdClassName
{
border-color: #BFA63F;
}
.TagClassName
{
border-color: #BFA63F;
}
</style>