Shades of Brass #BFAB37
Tints of Brass #BFAB37
RGB
CMYK
RGB Variations
Color information
#BFAB37 (or 0xBFAB37) is known color: Brass. HEX triplet: BF, AB and 37. RGB value is (191,171,55). Sum of RGB (Red+Green+Blue) = 191+171+55=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 55 (21.88% from 255 or 13.19% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAB37 is #4054C8. Grayscale: #A4A4A4. Windows color (decimal): -4216009 or 3648447. OLE color: 3648447.
HSL color Cylindrical-coordinate representation of color #BFAB37: hue angle of 51.18º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFAB37 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 55 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.25 |
| HSL | 51.18º | 0.55% | 0.48% | - |
| HSV(B) | 51.18º | 0.71% | 0.75% | - |
| XYZ | 36.74 | 40.48 | 9.49 | - |
| YUV | 163.76 | 66.63 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 55 | 0 | 0.10 | 0.71 | 0.25 | 51.18 | 0.55 | 0.48 |
| Hex | BF | AB | 37 | 0 | A | 47 | 19 | 33 | 37 | 30 |
| Octal | 277 | 253 | 67 | 0 | 12 | 107 | 31 | 63 | 67 | 60 |
| Binary | 10111111 | 10101011 | 110111 | 0 | 1010 | 1000111 | 11001 | 110011 | 110111 | 110000 |
Color Harmonies of #BFAB37
Complementary color
Monochromatic Colors of #BFAB37
Black with #BFAB37
Text Example
Text Example
White with #BFAB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB37; }
p { color: rgb(191,171,55); }
H1.HeaderClassName
{
color: #BFAB37;
}
.AnyTagClassName
{
color: #BFAB37;
}
</style>
background-color css
<style>
a { background-color: #BFAB37; }
a { background-color: rgb(191,171,55); }
div.DivClassName
{
background-color: #BFAB37;
}
.BgClassName
{
background-color: #BFAB37;
}
</style>
border-color css
<style>
span { border-color: #BFAB37; }
span { border-color: rgb(191,171,55); }
td.TdClassName
{
border-color: #BFAB37;
}
.TagClassName
{
border-color: #BFAB37;
}
</style>