#BFA139

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

Shades of Brass #BFA139

Tints of Brass #BFA139

Color information

#BFA139 (or 0xBFA139) is unknown color: approx Brass. HEX triplet: BF, A1 and 39. RGB value is (191,161,57). Sum of RGB (Red+Green+Blue) = 191+161+57=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 57 (22.66% from 255 or 13.94% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA139 is #405EC6. Grayscale: #9E9E9E. Windows color (decimal): -4218567 or 3776959. OLE color: 3776959.

HSL color Cylindrical-coordinate representation of color #BFA139: hue angle of 46.57º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFA139 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19116157-
CMYK00.160.700.25
HSL46.57º54.03%48.63%-
HSV(B)46.57º70.16%74.9%-
XYZ34.9736.869.14-
YUV158.1170.94151.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.70%
GREEN value IS 161 (63.28% from 255) = 39.36%
BLUE value IS 57 (22.66% from 255) = 13.94%
R=46.70%
G=39.36%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911615700.160.700.2546.5754.0348.63
HexBFA13901046192f3631
Octal2772417102010631576661
Binary1011111110100001111001010000100011011001101111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA139; }

 p { color: rgb(191,161,57); }

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

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

 a { background-color: rgb(191,161,57); }

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

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

 span { border-color: rgb(191,161,57); }

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