Shades of Brass #BFAD43
Tints of Brass #BFAD43
RGB
CMYK
RGB Variations
Color information
#BFAD43 (or 0xBFAD43) is known color: Brass. HEX triplet: BF, AD and 43. RGB value is (191,173,67). Sum of RGB (Red+Green+Blue) = 191+173+67=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 67 (26.56% from 255 or 15.55% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAD43 is #4052BC. Grayscale: #A6A6A6. Windows color (decimal): -4215485 or 4435391. OLE color: 4435391.
HSL color Cylindrical-coordinate representation of color #BFAD43: hue angle of 51.29º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFAD43 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 67 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.25 |
| HSL | 51.29º | 0.49% | 0.51% | - |
| HSV(B) | 51.29º | 0.65% | 0.75% | - |
| XYZ | 37.44 | 41.37 | 11.32 | - |
| YUV | 166.3 | 71.96 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 67 | 0 | 0.09 | 0.65 | 0.25 | 51.29 | 0.49 | 0.51 |
| Hex | BF | AD | 43 | 0 | 9 | 41 | 19 | 33 | 31 | 33 |
| Octal | 277 | 255 | 103 | 0 | 11 | 101 | 31 | 63 | 61 | 63 |
| Binary | 10111111 | 10101101 | 1000011 | 0 | 1001 | 1000001 | 11001 | 110011 | 110001 | 110011 |
Color Harmonies of #BFAD43
Complementary color
Monochromatic Colors of #BFAD43
Black with #BFAD43
Text Example
Text Example
White with #BFAD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAD43; }
p { color: rgb(191,173,67); }
H1.HeaderClassName
{
color: #BFAD43;
}
.AnyTagClassName
{
color: #BFAD43;
}
</style>
background-color css
<style>
a { background-color: #BFAD43; }
a { background-color: rgb(191,173,67); }
div.DivClassName
{
background-color: #BFAD43;
}
.BgClassName
{
background-color: #BFAD43;
}
</style>
border-color css
<style>
span { border-color: #BFAD43; }
span { border-color: rgb(191,173,67); }
td.TdClassName
{
border-color: #BFAD43;
}
.TagClassName
{
border-color: #BFAD43;
}
</style>