#BFA23C

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

Shades of Brass #BFA23C

Tints of Brass #BFA23C

Color information

#BFA23C (or 0xBFA23C) is unknown color: approx Brass. HEX triplet: BF, A2 and 3C. RGB value is (191,162,60). Sum of RGB (Red+Green+Blue) = 191+162+60=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 60 (23.83% from 255 or 14.53% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA23C is #405DC3. Grayscale: #9F9F9F. Windows color (decimal): -4218308 or 3973823. OLE color: 3973823.

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

Color convert

RGB19116260-
CMYK00.150.690.25
HSL46.72º52.19%49.22%-
HSV(B)46.72º68.59%74.9%-
XYZ35.2237.249.61-
YUV159.0472.11150.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.25%
GREEN value IS 162 (63.67% from 255) = 39.23%
BLUE value IS 60 (23.83% from 255) = 14.53%
R=46.25%
G=39.23%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911626000.150.690.2546.7252.1949.22
HexBFA23C0F45192f3431
Octal2772427401710531576461
Binary101111111010001011110001111100010111001101111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA23C; }

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

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

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

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

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

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

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

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