#BFA23E

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

Shades of Brass #BFA23E

Tints of Brass #BFA23E

Color information

#BFA23E (or 0xBFA23E) is unknown color: approx Brass. HEX triplet: BF, A2 and 3E. RGB value is (191,162,62). Sum of RGB (Red+Green+Blue) = 191+162+62=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 62 (24.61% from 255 or 14.94% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA23E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA23E is #405DC1. Grayscale: #9F9F9F. Windows color (decimal): -4218306 or 4104895. OLE color: 4104895.

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

Color convert

RGB19116262-
CMYK00.150.680.25
HSL46.51º50.99%49.61%-
HSV(B)46.51º67.54%74.9%-
XYZ35.2837.269.89-
YUV159.2773.11150.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.02%
GREEN value IS 162 (63.67% from 255) = 39.04%
BLUE value IS 62 (24.61% from 255) = 14.94%
R=46.02%
G=39.04%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911626200.150.680.2546.5150.9949.61
HexBFA23E0F44192f3332
Octal2772427601710431576362
Binary101111111010001011111001111100010011001101111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA23E; }

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

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

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

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

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

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

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

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