Shades of Brass #BFAB39
Tints of Brass #BFAB39
RGB
CMYK
RGB Variations
Color information
#BFAB39 (or 0xBFAB39) is known color: Brass. HEX triplet: BF, AB and 39. RGB value is (191,171,57). Sum of RGB (Red+Green+Blue) = 191+171+57=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 57 (22.66% from 255 or 13.60% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAB39 is #4054C6. Grayscale: #A4A4A4. Windows color (decimal): -4216007 or 3779519. OLE color: 3779519.
HSL color Cylindrical-coordinate representation of color #BFAB39: hue angle of 51.04º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFAB39 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 57 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.25 |
| HSL | 51.04º | 0.54% | 0.49% | - |
| HSV(B) | 51.04º | 0.7% | 0.75% | - |
| XYZ | 36.79 | 40.5 | 9.75 | - |
| YUV | 163.98 | 67.63 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 57 | 0 | 0.10 | 0.70 | 0.25 | 51.04 | 0.54 | 0.49 |
| Hex | BF | AB | 39 | 0 | A | 46 | 19 | 33 | 36 | 31 |
| Octal | 277 | 253 | 71 | 0 | 12 | 106 | 31 | 63 | 66 | 61 |
| Binary | 10111111 | 10101011 | 111001 | 0 | 1010 | 1000110 | 11001 | 110011 | 110110 | 110001 |
Color Harmonies of #BFAB39
Complementary color
Monochromatic Colors of #BFAB39
Black with #BFAB39
Text Example
Text Example
White with #BFAB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB39; }
p { color: rgb(191,171,57); }
H1.HeaderClassName
{
color: #BFAB39;
}
.AnyTagClassName
{
color: #BFAB39;
}
</style>
background-color css
<style>
a { background-color: #BFAB39; }
a { background-color: rgb(191,171,57); }
div.DivClassName
{
background-color: #BFAB39;
}
.BgClassName
{
background-color: #BFAB39;
}
</style>
border-color css
<style>
span { border-color: #BFAB39; }
span { border-color: rgb(191,171,57); }
td.TdClassName
{
border-color: #BFAB39;
}
.TagClassName
{
border-color: #BFAB39;
}
</style>