#BFAD3F

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

Shades of Brass #BFAD3F

Tints of Brass #BFAD3F

Color information

#BFAD3F (or 0xBFAD3F) is unknown color: approx Brass. HEX triplet: BF, AD and 3F. RGB value is (191,173,63). Sum of RGB (Red+Green+Blue) = 191+173+63=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 63 (25% from 255 or 14.75% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAD3F is #4052C0. Grayscale: #A6A6A6. Windows color (decimal): -4215489 or 4173247. OLE color: 4173247.

HSL color Cylindrical-coordinate representation of color #BFAD3F: hue angle of 51.56º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BFAD3F is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB19117363-
CMYK00.090.670.25
HSL51.56º50.39%49.8%-
HSV(B)51.56º67.02%74.9%-
XYZ37.3341.3210.71-
YUV165.8469.96145.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 173 (67.97% from 255) = 40.52%
BLUE value IS 63 (25% from 255) = 14.75%
R=44.73%
G=40.52%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911736300.090.670.2551.5650.3949.8
HexBFAD3F094319343232
Octal2772557701110331646262
Binary101111111010110111111101001100001111001110100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAD3F; }

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

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

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

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

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

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

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

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