#BFA13E

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

Shades of Brass #BFA13E

Tints of Brass #BFA13E

Color information

#BFA13E (or 0xBFA13E) is unknown color: approx Brass. HEX triplet: BF, A1 and 3E. RGB value is (191,161,62). Sum of RGB (Red+Green+Blue) = 191+161+62=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 62 (24.61% from 255 or 14.98% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA13E is #405EC1. Grayscale: #9F9F9F. Windows color (decimal): -4218562 or 4104639. OLE color: 4104639.

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

Color convert

RGB19116162-
CMYK00.160.680.25
HSL46.05º50.99%49.61%-
HSV(B)46.05º67.54%74.9%-
XYZ35.136.919.83-
YUV158.6873.44151.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.14%
GREEN value IS 161 (63.28% from 255) = 38.89%
BLUE value IS 62 (24.61% from 255) = 14.98%
R=46.14%
G=38.89%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911616200.160.680.2546.0550.9949.61
HexBFA13E01044192e3332
Octal2772417602010431566362
Binary1011111110100001111110010000100010011001101110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA13E; }

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

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

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

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

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

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

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

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