Shades of Brass #BFAB40
Tints of Brass #BFAB40
RGB
CMYK
RGB Variations
Color information
#BFAB40 (or 0xBFAB40) is known color: Brass. HEX triplet: BF, AB and 40. RGB value is (191,171,64). Sum of RGB (Red+Green+Blue) = 191+171+64=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAB40 is #4054BF. Grayscale: #A5A5A5. Windows color (decimal): -4216000 or 4238271. OLE color: 4238271.
HSL color Cylindrical-coordinate representation of color #BFAB40: hue angle of 50.55º 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 #BFAB40 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 64 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.25 |
| HSL | 50.55º | 0.5% | 0.5% | - |
| HSV(B) | 50.55º | 0.66% | 0.75% | - |
| XYZ | 36.97 | 40.57 | 10.73 | - |
| YUV | 164.78 | 71.13 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 64 | 0 | 0.10 | 0.66 | 0.25 | 50.55 | 0.5 | 0.5 |
| Hex | BF | AB | 40 | 0 | A | 42 | 19 | 33 | 32 | 32 |
| Octal | 277 | 253 | 100 | 0 | 12 | 102 | 31 | 63 | 62 | 62 |
| Binary | 10111111 | 10101011 | 1000000 | 0 | 1010 | 1000010 | 11001 | 110011 | 110010 | 110010 |
Color Harmonies of #BFAB40
Complementary color
Monochromatic Colors of #BFAB40
Black with #BFAB40
Text Example
Text Example
White with #BFAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB40; }
p { color: rgb(191,171,64); }
H1.HeaderClassName
{
color: #BFAB40;
}
.AnyTagClassName
{
color: #BFAB40;
}
</style>
background-color css
<style>
a { background-color: #BFAB40; }
a { background-color: rgb(191,171,64); }
div.DivClassName
{
background-color: #BFAB40;
}
.BgClassName
{
background-color: #BFAB40;
}
</style>
border-color css
<style>
span { border-color: #BFAB40; }
span { border-color: rgb(191,171,64); }
td.TdClassName
{
border-color: #BFAB40;
}
.TagClassName
{
border-color: #BFAB40;
}
</style>