Shades of Brass #BFAA3C
Tints of Brass #BFAA3C
RGB
CMYK
RGB Variations
Color information
#BFAA3C (or 0xBFAA3C) is known color: Brass. HEX triplet: BF, AA and 3C. RGB value is (191,170,60). Sum of RGB (Red+Green+Blue) = 191+170+60=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAA3C is #4055C3. Grayscale: #A4A4A4. Windows color (decimal): -4216260 or 3975871. OLE color: 3975871.
HSL color Cylindrical-coordinate representation of color #BFAA3C: hue angle of 50.38º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BFAA3C is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 60 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.25 |
| HSL | 50.38º | 0.52% | 0.49% | - |
| HSV(B) | 50.38º | 0.69% | 0.75% | - |
| XYZ | 36.68 | 40.15 | 10.09 | - |
| YUV | 163.74 | 69.46 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 60 | 0 | 0.11 | 0.69 | 0.25 | 50.38 | 0.52 | 0.49 |
| Hex | BF | AA | 3C | 0 | B | 45 | 19 | 32 | 34 | 31 |
| Octal | 277 | 252 | 74 | 0 | 13 | 105 | 31 | 62 | 64 | 61 |
| Binary | 10111111 | 10101010 | 111100 | 0 | 1011 | 1000101 | 11001 | 110010 | 110100 | 110001 |
Color Harmonies of #BFAA3C
Complementary color
Monochromatic Colors of #BFAA3C
Black with #BFAA3C
Text Example
Text Example
White with #BFAA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAA3C; }
p { color: rgb(191,170,60); }
H1.HeaderClassName
{
color: #BFAA3C;
}
.AnyTagClassName
{
color: #BFAA3C;
}
</style>
background-color css
<style>
a { background-color: #BFAA3C; }
a { background-color: rgb(191,170,60); }
div.DivClassName
{
background-color: #BFAA3C;
}
.BgClassName
{
background-color: #BFAA3C;
}
</style>
border-color css
<style>
span { border-color: #BFAA3C; }
span { border-color: rgb(191,170,60); }
td.TdClassName
{
border-color: #BFAA3C;
}
.TagClassName
{
border-color: #BFAA3C;
}
</style>