Shades of Brass #BFAF3A
Tints of Brass #BFAF3A
RGB
CMYK
RGB Variations
Color information
#BFAF3A (or 0xBFAF3A) is known color: Brass. HEX triplet: BF, AF and 3A. RGB value is (191,175,58). Sum of RGB (Red+Green+Blue) = 191+175+58=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 58 (23.05% from 255 or 13.68% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAF3A is #4050C5. Grayscale: #A6A6A6. Windows color (decimal): -4214982 or 3846079. OLE color: 3846079.
HSL color Cylindrical-coordinate representation of color #BFAF3A: hue angle of 52.78º degrees, saturation: 0.53, 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 #BFAF3A is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 175 | 58 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.25 |
| HSL | 52.78º | 0.53% | 0.49% | - |
| HSV(B) | 52.78º | 0.7% | 0.75% | - |
| XYZ | 37.58 | 42.04 | 10.14 | - |
| YUV | 166.45 | 66.8 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 58 | 0 | 0.08 | 0.70 | 0.25 | 52.78 | 0.53 | 0.49 |
| Hex | BF | AF | 3A | 0 | 8 | 46 | 19 | 35 | 35 | 31 |
| Octal | 277 | 257 | 72 | 0 | 10 | 106 | 31 | 65 | 65 | 61 |
| Binary | 10111111 | 10101111 | 111010 | 0 | 1000 | 1000110 | 11001 | 110101 | 110101 | 110001 |
Color Harmonies of #BFAF3A
Complementary color
Monochromatic Colors of #BFAF3A
Black with #BFAF3A
Text Example
Text Example
White with #BFAF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAF3A; }
p { color: rgb(191,175,58); }
H1.HeaderClassName
{
color: #BFAF3A;
}
.AnyTagClassName
{
color: #BFAF3A;
}
</style>
background-color css
<style>
a { background-color: #BFAF3A; }
a { background-color: rgb(191,175,58); }
div.DivClassName
{
background-color: #BFAF3A;
}
.BgClassName
{
background-color: #BFAF3A;
}
</style>
border-color css
<style>
span { border-color: #BFAF3A; }
span { border-color: rgb(191,175,58); }
td.TdClassName
{
border-color: #BFAF3A;
}
.TagClassName
{
border-color: #BFAF3A;
}
</style>