Shades of Brass #BFAD3F
Tints of Brass #BFAD3F
RGB
CMYK
RGB Variations
Color information
#BFAD3F (or 0xBFAD3F) is known color: Brass. HEX triplet: BF, AD and 3F. RGB value is (191,173,63). Sum of RGB (Red+Green+Blue) = 191+173+63=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 63 (25% from 255 or 14.75% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAD3F is #4052C0. Grayscale: #A6A6A6. Windows color (decimal): -4215489 or 4173247. OLE color: 4173247.
HSL color Cylindrical-coordinate representation of color #BFAD3F: hue angle of 51.56º 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 #BFAD3F is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 63 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.25 |
| HSL | 51.56º | 0.5% | 0.5% | - |
| HSV(B) | 51.56º | 0.67% | 0.75% | - |
| XYZ | 37.33 | 41.32 | 10.71 | - |
| YUV | 165.84 | 69.96 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 63 | 0 | 0.09 | 0.67 | 0.25 | 51.56 | 0.5 | 0.5 |
| Hex | BF | AD | 3F | 0 | 9 | 43 | 19 | 34 | 32 | 32 |
| Octal | 277 | 255 | 77 | 0 | 11 | 103 | 31 | 64 | 62 | 62 |
| Binary | 10111111 | 10101101 | 111111 | 0 | 1001 | 1000011 | 11001 | 110100 | 110010 | 110010 |
Color Harmonies of #BFAD3F
Complementary color
Monochromatic Colors of #BFAD3F
Black with #BFAD3F
Text Example
Text Example
White with #BFAD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAD3F; }
p { color: rgb(191,173,63); }
H1.HeaderClassName
{
color: #BFAD3F;
}
.AnyTagClassName
{
color: #BFAD3F;
}
</style>
background-color css
<style>
a { background-color: #BFAD3F; }
a { background-color: rgb(191,173,63); }
div.DivClassName
{
background-color: #BFAD3F;
}
.BgClassName
{
background-color: #BFAD3F;
}
</style>
border-color css
<style>
span { border-color: #BFAD3F; }
span { border-color: rgb(191,173,63); }
td.TdClassName
{
border-color: #BFAD3F;
}
.TagClassName
{
border-color: #BFAD3F;
}
</style>