#BFB13F

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

Shades of Brass #BFB13F

Tints of Brass #BFB13F

Color information

#BFB13F (or 0xBFB13F) is unknown color: approx Brass. HEX triplet: BF, B1 and 3F. RGB value is (191,177,63). Sum of RGB (Red+Green+Blue) = 191+177+63=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 63 (25% from 255 or 14.62% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB13F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB13F is #404EC0. Grayscale: #A8A8A8. Windows color (decimal): -4214465 or 4174271. OLE color: 4174271.

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

Color convert

RGB19117763-
CMYK00.070.670.25
HSL53.44º50.39%49.8%-
HSV(B)53.44º67.02%74.9%-
XYZ38.1142.8810.97-
YUV168.1968.64144.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 177 (69.53% from 255) = 41.07%
BLUE value IS 63 (25% from 255) = 14.62%
R=44.32%
G=41.07%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911776300.070.670.2553.4450.3949.8
HexBFB13F074319353232
Octal277261770710331656262
Binary10111111101100011111110111100001111001110101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB13F; }

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

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

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

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

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

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

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

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