Shades of Brass #BFAB3E
Tints of Brass #BFAB3E
RGB
CMYK
RGB Variations
Color information
#BFAB3E (or 0xBFAB3E) is known color: Brass. HEX triplet: BF, AB and 3E. RGB value is (191,171,62). Sum of RGB (Red+Green+Blue) = 191+171+62=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 62 (24.61% from 255 or 14.62% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAB3E is #4054C1. Grayscale: #A5A5A5. Windows color (decimal): -4216002 or 4107199. OLE color: 4107199.
HSL color Cylindrical-coordinate representation of color #BFAB3E: hue angle of 50.7º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFAB3E is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 171 | 62 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.25 |
| HSL | 50.7º | 0.51% | 0.5% | - |
| HSV(B) | 50.7º | 0.68% | 0.75% | - |
| XYZ | 36.92 | 40.55 | 10.44 | - |
| YUV | 164.55 | 70.13 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 171 | 62 | 0 | 0.10 | 0.68 | 0.25 | 50.7 | 0.51 | 0.5 |
| Hex | BF | AB | 3E | 0 | A | 44 | 19 | 33 | 33 | 32 |
| Octal | 277 | 253 | 76 | 0 | 12 | 104 | 31 | 63 | 63 | 62 |
| Binary | 10111111 | 10101011 | 111110 | 0 | 1010 | 1000100 | 11001 | 110011 | 110011 | 110010 |
Color Harmonies of #BFAB3E
Complementary color
Monochromatic Colors of #BFAB3E
Black with #BFAB3E
Text Example
Text Example
White with #BFAB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB3E; }
p { color: rgb(191,171,62); }
H1.HeaderClassName
{
color: #BFAB3E;
}
.AnyTagClassName
{
color: #BFAB3E;
}
</style>
background-color css
<style>
a { background-color: #BFAB3E; }
a { background-color: rgb(191,171,62); }
div.DivClassName
{
background-color: #BFAB3E;
}
.BgClassName
{
background-color: #BFAB3E;
}
</style>
border-color css
<style>
span { border-color: #BFAB3E; }
span { border-color: rgb(191,171,62); }
td.TdClassName
{
border-color: #BFAB3E;
}
.TagClassName
{
border-color: #BFAB3E;
}
</style>