#BFA93E

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

Shades of Brass #BFA93E

Tints of Brass #BFA93E

Color information

#BFA93E (or 0xBFA93E) is unknown color: approx Brass. HEX triplet: BF, A9 and 3E. RGB value is (191,169,62). Sum of RGB (Red+Green+Blue) = 191+169+62=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA93E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA93E is #4056C1. Grayscale: #A3A3A3. Windows color (decimal): -4216514 or 4106687. OLE color: 4106687.

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

Color convert

RGB19116962-
CMYK00.120.680.25
HSL49.77º50.99%49.61%-
HSV(B)49.77º67.54%74.9%-
XYZ36.5439.810.31-
YUV163.3870.79147.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.26%
GREEN value IS 169 (66.41% from 255) = 40.05%
BLUE value IS 62 (24.61% from 255) = 14.69%
R=45.26%
G=40.05%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911696200.120.680.2549.7750.9949.61
HexBFA93E0C4419323332
Octal2772517601410431626362
Binary101111111010100111111001100100010011001110010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA93E; }

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

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

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

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

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

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

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

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