#BFB43F

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

Shades of Brass #BFB43F

Tints of Brass #BFB43F

Color information

#BFB43F (or 0xBFB43F) is unknown color: approx Brass. HEX triplet: BF, B4 and 3F. RGB value is (191,180,63). Sum of RGB (Red+Green+Blue) = 191+180+63=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB43F is #404BC0. Grayscale: #AAAAAA. Windows color (decimal): -4213697 or 4175039. OLE color: 4175039.

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

Color convert

RGB19118063-
CMYK00.060.670.25
HSL54.84º50.39%49.8%-
HSV(B)54.84º67.02%74.9%-
XYZ38.744.0811.17-
YUV169.9567.64143.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.01%
GREEN value IS 180 (70.70% from 255) = 41.47%
BLUE value IS 63 (25% from 255) = 14.52%
R=44.01%
G=41.47%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911806300.060.670.2554.8450.3949.8
HexBFB43F064319373232
Octal277264770610331676262
Binary10111111101101001111110110100001111001110111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB43F; }

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

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

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

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

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

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

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

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