Shades of Brass #BFAA3D
Tints of Brass #BFAA3D
RGB
CMYK
RGB Variations
Color information
#BFAA3D (or 0xBFAA3D) is known color: Brass. HEX triplet: BF, AA and 3D. RGB value is (191,170,61). Sum of RGB (Red+Green+Blue) = 191+170+61=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAA3D is #4055C2. Grayscale: #A4A4A4. Windows color (decimal): -4216259 or 4041407. OLE color: 4041407.
HSL color Cylindrical-coordinate representation of color #BFAA3D: hue angle of 50.31º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFAA3D is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 61 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.25 |
| HSL | 50.31º | 0.52% | 0.49% | - |
| HSV(B) | 50.31º | 0.68% | 0.75% | - |
| XYZ | 36.7 | 40.16 | 10.23 | - |
| YUV | 163.85 | 69.96 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 61 | 0 | 0.11 | 0.68 | 0.25 | 50.31 | 0.52 | 0.49 |
| Hex | BF | AA | 3D | 0 | B | 44 | 19 | 32 | 34 | 31 |
| Octal | 277 | 252 | 75 | 0 | 13 | 104 | 31 | 62 | 64 | 61 |
| Binary | 10111111 | 10101010 | 111101 | 0 | 1011 | 1000100 | 11001 | 110010 | 110100 | 110001 |
Color Harmonies of #BFAA3D
Complementary color
Monochromatic Colors of #BFAA3D
Black with #BFAA3D
Text Example
Text Example
White with #BFAA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAA3D; }
p { color: rgb(191,170,61); }
H1.HeaderClassName
{
color: #BFAA3D;
}
.AnyTagClassName
{
color: #BFAA3D;
}
</style>
background-color css
<style>
a { background-color: #BFAA3D; }
a { background-color: rgb(191,170,61); }
div.DivClassName
{
background-color: #BFAA3D;
}
.BgClassName
{
background-color: #BFAA3D;
}
</style>
border-color css
<style>
span { border-color: #BFAA3D; }
span { border-color: rgb(191,170,61); }
td.TdClassName
{
border-color: #BFAA3D;
}
.TagClassName
{
border-color: #BFAA3D;
}
</style>