Shades of Brass #BFA442
Tints of Brass #BFA442
RGB
CMYK
RGB Variations
Color information
#BFA442 (or 0xBFA442) is known color: Brass. HEX triplet: BF, A4 and 42. RGB value is (191,164,66). Sum of RGB (Red+Green+Blue) = 191+164+66=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA442 is #405BBD. Grayscale: #A1A1A1. Windows color (decimal): -4217790 or 4367551. OLE color: 4367551.
HSL color Cylindrical-coordinate representation of color #BFA442: hue angle of 47.04º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFA442 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 164 | 66 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.25 |
| HSL | 47.04º | 0.49% | 0.5% | - |
| HSV(B) | 47.04º | 0.65% | 0.75% | - |
| XYZ | 35.74 | 38.02 | 10.61 | - |
| YUV | 160.9 | 74.45 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 164 | 66 | 0 | 0.14 | 0.65 | 0.25 | 47.04 | 0.49 | 0.5 |
| Hex | BF | A4 | 42 | 0 | E | 41 | 19 | 2F | 31 | 32 |
| Octal | 277 | 244 | 102 | 0 | 16 | 101 | 31 | 57 | 61 | 62 |
| Binary | 10111111 | 10100100 | 1000010 | 0 | 1110 | 1000001 | 11001 | 101111 | 110001 | 110010 |
Color Harmonies of #BFA442
Complementary color
Monochromatic Colors of #BFA442
Black with #BFA442
Text Example
Text Example
White with #BFA442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA442; }
p { color: rgb(191,164,66); }
H1.HeaderClassName
{
color: #BFA442;
}
.AnyTagClassName
{
color: #BFA442;
}
</style>
background-color css
<style>
a { background-color: #BFA442; }
a { background-color: rgb(191,164,66); }
div.DivClassName
{
background-color: #BFA442;
}
.BgClassName
{
background-color: #BFA442;
}
</style>
border-color css
<style>
span { border-color: #BFA442; }
span { border-color: rgb(191,164,66); }
td.TdClassName
{
border-color: #BFA442;
}
.TagClassName
{
border-color: #BFA442;
}
</style>