#BFA240

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

Shades of Brass #BFA240

Tints of Brass #BFA240

Color information

#BFA240 (or 0xBFA240) is unknown color: approx Brass. HEX triplet: BF, A2 and 40. RGB value is (191,162,64). Sum of RGB (Red+Green+Blue) = 191+162+64=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA240 is #405DBF. Grayscale: #9F9F9F. Windows color (decimal): -4218304 or 4235967. OLE color: 4235967.

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

Color convert

RGB19116264-
CMYK00.150.660.25
HSL46.3º49.8%50%-
HSV(B)46.3º66.49%74.9%-
XYZ35.3337.2910.19-
YUV159.574.11150.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 162 (63.67% from 255) = 38.85%
BLUE value IS 64 (25.39% from 255) = 15.35%
R=45.80%
G=38.85%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911626400.150.660.2546.349.850
HexBFA2400F42192e3232
Octal27724210001710231566262
Binary1011111110100010100000001111100001011001101110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA240; }

 p { color: rgb(191,162,64); }

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

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

 a { background-color: rgb(191,162,64); }

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

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

 span { border-color: rgb(191,162,64); }

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