#BFA441

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

Shades of Brass #BFA441

Tints of Brass #BFA441

Color information

#BFA441 (or 0xBFA441) is unknown color: approx Brass. HEX triplet: BF, A4 and 41. RGB value is (191,164,65). Sum of RGB (Red+Green+Blue) = 191+164+65=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA441 is #405BBE. Grayscale: #A1A1A1. Windows color (decimal): -4217791 or 4302015. OLE color: 4302015.

HSL color Cylindrical-coordinate representation of color #BFA441: hue angle of 47.14º 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 #BFA441 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB19116465-
CMYK00.140.660.25
HSL47.14º49.61%50.2%-
HSV(B)47.14º65.97%74.9%-
XYZ35.7238.0110.46-
YUV160.7973.95149.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 164 (64.45% from 255) = 39.05%
BLUE value IS 65 (25.78% from 255) = 15.48%
R=45.48%
G=39.05%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911646500.140.660.2547.1449.6150.2
HexBFA4410E42192f3232
Octal27724410101610231576262
Binary1011111110100100100000101110100001011001101111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA441; }

 p { color: rgb(191,164,65); }

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

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

 a { background-color: rgb(191,164,65); }

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

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

 span { border-color: rgb(191,164,65); }

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