Shades of Brass #BFAC37
Tints of Brass #BFAC37
RGB
CMYK
RGB Variations
Color information
#BFAC37 (or 0xBFAC37) is known color: Brass. HEX triplet: BF, AC and 37. RGB value is (191,172,55). Sum of RGB (Red+Green+Blue) = 191+172+55=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 55 (21.88% from 255 or 13.16% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAC37 is #4053C8. Grayscale: #A4A4A4. Windows color (decimal): -4215753 or 3648703. OLE color: 3648703.
HSL color Cylindrical-coordinate representation of color #BFAC37: hue angle of 51.62º 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 #BFAC37 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 55 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.25 |
| HSL | 51.62º | 0.55% | 0.48% | - |
| HSV(B) | 51.62º | 0.71% | 0.75% | - |
| XYZ | 36.93 | 40.86 | 9.55 | - |
| YUV | 164.34 | 66.29 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 55 | 0 | 0.10 | 0.71 | 0.25 | 51.62 | 0.55 | 0.48 |
| Hex | BF | AC | 37 | 0 | A | 47 | 19 | 34 | 37 | 30 |
| Octal | 277 | 254 | 67 | 0 | 12 | 107 | 31 | 64 | 67 | 60 |
| Binary | 10111111 | 10101100 | 110111 | 0 | 1010 | 1000111 | 11001 | 110100 | 110111 | 110000 |
Color Harmonies of #BFAC37
Complementary color
Monochromatic Colors of #BFAC37
Black with #BFAC37
Text Example
Text Example
White with #BFAC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC37; }
p { color: rgb(191,172,55); }
H1.HeaderClassName
{
color: #BFAC37;
}
.AnyTagClassName
{
color: #BFAC37;
}
</style>
background-color css
<style>
a { background-color: #BFAC37; }
a { background-color: rgb(191,172,55); }
div.DivClassName
{
background-color: #BFAC37;
}
.BgClassName
{
background-color: #BFAC37;
}
</style>
border-color css
<style>
span { border-color: #BFAC37; }
span { border-color: rgb(191,172,55); }
td.TdClassName
{
border-color: #BFAC37;
}
.TagClassName
{
border-color: #BFAC37;
}
</style>