#BFA239

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

Shades of Brass #BFA239

Tints of Brass #BFA239

Color information

#BFA239 (or 0xBFA239) is unknown color: approx Brass. HEX triplet: BF, A2 and 39. RGB value is (191,162,57). Sum of RGB (Red+Green+Blue) = 191+162+57=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 57 (22.66% from 255 or 13.90% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA239 is #405DC6. Grayscale: #9F9F9F. Windows color (decimal): -4218311 or 3777215. OLE color: 3777215.

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

Color convert

RGB19116257-
CMYK00.150.700.25
HSL47.01º54.03%48.63%-
HSV(B)47.01º70.16%74.9%-
XYZ35.1437.219.2-
YUV158.770.61151.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.59%
GREEN value IS 162 (63.67% from 255) = 39.51%
BLUE value IS 57 (22.66% from 255) = 13.90%
R=46.59%
G=39.51%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911625700.150.700.2547.0154.0348.63
HexBFA2390F46192f3631
Octal2772427101710631576661
Binary101111111010001011100101111100011011001101111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA239; }

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

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

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

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

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

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

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

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