Shades of Brass #BFAC42
Tints of Brass #BFAC42
RGB
CMYK
RGB Variations
Color information
#BFAC42 (or 0xBFAC42) is known color: Brass. HEX triplet: BF, AC and 42. RGB value is (191,172,66). Sum of RGB (Red+Green+Blue) = 191+172+66=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAC42 is #4053BD. Grayscale: #A6A6A6. Windows color (decimal): -4215742 or 4369599. OLE color: 4369599.
HSL color Cylindrical-coordinate representation of color #BFAC42: hue angle of 50.88º 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 #BFAC42 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 66 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.25 |
| HSL | 50.88º | 0.49% | 0.5% | - |
| HSV(B) | 50.88º | 0.65% | 0.75% | - |
| XYZ | 37.22 | 40.97 | 11.1 | - |
| YUV | 165.6 | 71.79 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 66 | 0 | 0.10 | 0.65 | 0.25 | 50.88 | 0.49 | 0.5 |
| Hex | BF | AC | 42 | 0 | A | 41 | 19 | 33 | 31 | 32 |
| Octal | 277 | 254 | 102 | 0 | 12 | 101 | 31 | 63 | 61 | 62 |
| Binary | 10111111 | 10101100 | 1000010 | 0 | 1010 | 1000001 | 11001 | 110011 | 110001 | 110010 |
Color Harmonies of #BFAC42
Complementary color
Monochromatic Colors of #BFAC42
Black with #BFAC42
Text Example
Text Example
White with #BFAC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC42; }
p { color: rgb(191,172,66); }
H1.HeaderClassName
{
color: #BFAC42;
}
.AnyTagClassName
{
color: #BFAC42;
}
</style>
background-color css
<style>
a { background-color: #BFAC42; }
a { background-color: rgb(191,172,66); }
div.DivClassName
{
background-color: #BFAC42;
}
.BgClassName
{
background-color: #BFAC42;
}
</style>
border-color css
<style>
span { border-color: #BFAC42; }
span { border-color: rgb(191,172,66); }
td.TdClassName
{
border-color: #BFAC42;
}
.TagClassName
{
border-color: #BFAC42;
}
</style>