Shades of Brass #BFAC36
Tints of Brass #BFAC36
RGB
CMYK
RGB Variations
Color information
#BFAC36 (or 0xBFAC36) is known color: Brass. HEX triplet: BF, AC and 36. RGB value is (191,172,54). Sum of RGB (Red+Green+Blue) = 191+172+54=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 54 (21.48% from 255 or 12.95% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAC36 is #4053C9. Grayscale: #A4A4A4. Windows color (decimal): -4215754 or 3583167. OLE color: 3583167.
HSL color Cylindrical-coordinate representation of color #BFAC36: hue angle of 51.68º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BFAC36 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 54 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.25 |
| HSL | 51.68º | 0.56% | 0.48% | - |
| HSV(B) | 51.68º | 0.72% | 0.75% | - |
| XYZ | 36.9 | 40.85 | 9.43 | - |
| YUV | 164.23 | 65.79 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 54 | 0 | 0.10 | 0.72 | 0.25 | 51.68 | 0.56 | 0.48 |
| Hex | BF | AC | 36 | 0 | A | 48 | 19 | 34 | 38 | 30 |
| Octal | 277 | 254 | 66 | 0 | 12 | 110 | 31 | 64 | 70 | 60 |
| Binary | 10111111 | 10101100 | 110110 | 0 | 1010 | 1001000 | 11001 | 110100 | 111000 | 110000 |
Color Harmonies of #BFAC36
Complementary color
Monochromatic Colors of #BFAC36
Black with #BFAC36
Text Example
Text Example
White with #BFAC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC36; }
p { color: rgb(191,172,54); }
H1.HeaderClassName
{
color: #BFAC36;
}
.AnyTagClassName
{
color: #BFAC36;
}
</style>
background-color css
<style>
a { background-color: #BFAC36; }
a { background-color: rgb(191,172,54); }
div.DivClassName
{
background-color: #BFAC36;
}
.BgClassName
{
background-color: #BFAC36;
}
</style>
border-color css
<style>
span { border-color: #BFAC36; }
span { border-color: rgb(191,172,54); }
td.TdClassName
{
border-color: #BFAC36;
}
.TagClassName
{
border-color: #BFAC36;
}
</style>