#BFAD3E

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

Shades of Brass #BFAD3E

Tints of Brass #BFAD3E

Color information

#BFAD3E (or 0xBFAD3E) is unknown color: approx Brass. HEX triplet: BF, AD and 3E. RGB value is (191,173,62). Sum of RGB (Red+Green+Blue) = 191+173+62=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 62 (24.61% from 255 or 14.55% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAD3E is #4052C1. Grayscale: #A6A6A6. Windows color (decimal): -4215490 or 4107711. OLE color: 4107711.

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

Color convert

RGB19117362-
CMYK00.090.680.25
HSL51.63º50.99%49.61%-
HSV(B)51.63º67.54%74.9%-
XYZ37.341.3110.57-
YUV165.7369.46146.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 173 (67.97% from 255) = 40.61%
BLUE value IS 62 (24.61% from 255) = 14.55%
R=44.84%
G=40.61%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911736200.090.680.2551.6350.9949.61
HexBFAD3E094419343332
Octal2772557601110431646362
Binary101111111010110111111001001100010011001110100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAD3E; }

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

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

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

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

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

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

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

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