#BFAB3F

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

Shades of Brass #BFAB3F

Tints of Brass #BFAB3F

Color information

#BFAB3F (or 0xBFAB3F) is unknown color: approx Brass. HEX triplet: BF, AB and 3F. RGB value is (191,171,63). Sum of RGB (Red+Green+Blue) = 191+171+63=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 63 (25% from 255 or 14.82% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAB3F is #4054C0. Grayscale: #A5A5A5. Windows color (decimal): -4216001 or 4172735. OLE color: 4172735.

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

Color convert

RGB19117163-
CMYK00.100.670.25
HSL50.62º50.39%49.8%-
HSV(B)50.62º67.02%74.9%-
XYZ36.9540.5610.58-
YUV164.6770.63146.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 171 (67.19% from 255) = 40.24%
BLUE value IS 63 (25% from 255) = 14.82%
R=44.94%
G=40.24%
B=14.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911716300.100.670.2550.6250.3949.8
HexBFAB3F0A4319333232
Octal2772537701210331636262
Binary101111111010101111111101010100001111001110011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAB3F; }

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

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

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

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

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

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

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

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