#BFA442

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

Shades of Brass #BFA442

Tints of Brass #BFA442

Color information

#BFA442 (or 0xBFA442) is unknown color: approx Brass. HEX triplet: BF, A4 and 42. RGB value is (191,164,66). Sum of RGB (Red+Green+Blue) = 191+164+66=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA442 is #405BBD. Grayscale: #A1A1A1. Windows color (decimal): -4217790 or 4367551. OLE color: 4367551.

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

Color convert

RGB19116466-
CMYK00.140.650.25
HSL47.04º49.41%50.39%-
HSV(B)47.04º65.45%74.9%-
XYZ35.7438.0210.61-
YUV160.974.45149.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 164 (64.45% from 255) = 38.95%
BLUE value IS 66 (26.17% from 255) = 15.68%
R=45.37%
G=38.95%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911646600.140.650.2547.0449.4150.39
HexBFA4420E41192f3132
Octal27724410201610131576162
Binary1011111110100100100001001110100000111001101111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA442; }

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

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

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

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

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

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

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

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