Shades of Brass #BFAA34
Tints of Brass #BFAA34
RGB
CMYK
RGB Variations
Color information
#BFAA34 (or 0xBFAA34) is known color: Brass. HEX triplet: BF, AA and 34. RGB value is (191,170,52). Sum of RGB (Red+Green+Blue) = 191+170+52=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 52 (20.70% from 255 or 12.59% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAA34 is #4055CB. Grayscale: #A3A3A3. Windows color (decimal): -4216268 or 3451583. OLE color: 3451583.
HSL color Cylindrical-coordinate representation of color #BFAA34: hue angle of 50.94º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFAA34 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 52 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.25 |
| HSL | 50.94º | 0.57% | 0.48% | - |
| HSV(B) | 50.94º | 0.73% | 0.75% | - |
| XYZ | 36.48 | 40.07 | 9.06 | - |
| YUV | 162.83 | 65.46 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 52 | 0 | 0.11 | 0.73 | 0.25 | 50.94 | 0.57 | 0.48 |
| Hex | BF | AA | 34 | 0 | B | 49 | 19 | 33 | 39 | 30 |
| Octal | 277 | 252 | 64 | 0 | 13 | 111 | 31 | 63 | 71 | 60 |
| Binary | 10111111 | 10101010 | 110100 | 0 | 1011 | 1001001 | 11001 | 110011 | 111001 | 110000 |
Color Harmonies of #BFAA34
Complementary color
Monochromatic Colors of #BFAA34
Black with #BFAA34
Text Example
Text Example
White with #BFAA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAA34; }
p { color: rgb(191,170,52); }
H1.HeaderClassName
{
color: #BFAA34;
}
.AnyTagClassName
{
color: #BFAA34;
}
</style>
background-color css
<style>
a { background-color: #BFAA34; }
a { background-color: rgb(191,170,52); }
div.DivClassName
{
background-color: #BFAA34;
}
.BgClassName
{
background-color: #BFAA34;
}
</style>
border-color css
<style>
span { border-color: #BFAA34; }
span { border-color: rgb(191,170,52); }
td.TdClassName
{
border-color: #BFAA34;
}
.TagClassName
{
border-color: #BFAA34;
}
</style>