Shades of Brass #BFAD41
Tints of Brass #BFAD41
RGB
CMYK
RGB Variations
Color information
#BFAD41 (or 0xBFAD41) is known color: Brass. HEX triplet: BF, AD and 41. RGB value is (191,173,65). Sum of RGB (Red+Green+Blue) = 191+173+65=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 65 (25.78% from 255 or 15.15% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAD41 is #4052BE. Grayscale: #A6A6A6. Windows color (decimal): -4215487 or 4304319. OLE color: 4304319.
HSL color Cylindrical-coordinate representation of color #BFAD41: hue angle of 51.43º 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 #BFAD41 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 65 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.25 |
| HSL | 51.43º | 0.5% | 0.5% | - |
| HSV(B) | 51.43º | 0.66% | 0.75% | - |
| XYZ | 37.38 | 41.35 | 11.01 | - |
| YUV | 166.07 | 70.96 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 65 | 0 | 0.09 | 0.66 | 0.25 | 51.43 | 0.5 | 0.5 |
| Hex | BF | AD | 41 | 0 | 9 | 42 | 19 | 33 | 32 | 32 |
| Octal | 277 | 255 | 101 | 0 | 11 | 102 | 31 | 63 | 62 | 62 |
| Binary | 10111111 | 10101101 | 1000001 | 0 | 1001 | 1000010 | 11001 | 110011 | 110010 | 110010 |
Color Harmonies of #BFAD41
Complementary color
Monochromatic Colors of #BFAD41
Black with #BFAD41
Text Example
Text Example
White with #BFAD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAD41; }
p { color: rgb(191,173,65); }
H1.HeaderClassName
{
color: #BFAD41;
}
.AnyTagClassName
{
color: #BFAD41;
}
</style>
background-color css
<style>
a { background-color: #BFAD41; }
a { background-color: rgb(191,173,65); }
div.DivClassName
{
background-color: #BFAD41;
}
.BgClassName
{
background-color: #BFAD41;
}
</style>
border-color css
<style>
span { border-color: #BFAD41; }
span { border-color: rgb(191,173,65); }
td.TdClassName
{
border-color: #BFAD41;
}
.TagClassName
{
border-color: #BFAD41;
}
</style>