#BFAA3F

Color #BFAA3F Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #BFAA3F

Tints of Brass #BFAA3F

Color information

#BFAA3F (or 0xBFAA3F) is unknown color: approx Brass. HEX triplet: BF, AA and 3F. RGB value is (191,170,63). Sum of RGB (Red+Green+Blue) = 191+170+63=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 63 (25% from 255 or 14.86% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAA3F is #4055C0. Grayscale: #A4A4A4. Windows color (decimal): -4216257 or 4172479. OLE color: 4172479.

HSL color Cylindrical-coordinate representation of color #BFAA3F: hue angle of 50.16º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFAA3F is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB19117063-
CMYK00.110.670.25
HSL50.16º50.39%49.8%-
HSV(B)50.16º67.02%74.9%-
XYZ36.7640.1810.52-
YUV164.0870.96147.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 45.05%
GREEN value IS 170 (66.80% from 255) = 40.09%
BLUE value IS 63 (25% from 255) = 14.86%
R=45.05%
G=40.09%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911706300.110.670.2550.1650.3949.8
HexBFAA3F0B4319323232
Octal2772527701310331626262
Binary101111111010101011111101011100001111001110010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAA3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAA3F; }

 p { color: rgb(191,170,63); }

 H1.HeaderClassName
 {
   color: #BFAA3F;
 }
 .AnyTagClassName
 {
   color: #BFAA3F;
 }
</style>
background-color css

<style>
 a { background-color: #BFAA3F; }

 a { background-color: rgb(191,170,63); }

 div.DivClassName
 {
   background-color: #BFAA3F;
 }
 .BgClassName
 {
   background-color: #BFAA3F;
 }
</style>
border-color css

<style>
 span { border-color: #BFAA3F; }

 span { border-color: rgb(191,170,63); }

 td.TdClassName
 {
   border-color: #BFAA3F;
 }
 .TagClassName
 {
   border-color: #BFAA3F;
 }
</style>