#BFB841

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

Shades of Old Gold #BFB841

Tints of Old Gold #BFB841

Color information

#BFB841 (or 0xBFB841) is unknown color: approx Old Gold. HEX triplet: BF, B8 and 41. RGB value is (191,184,65). Sum of RGB (Red+Green+Blue) = 191+184+65=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB841 is #4047BE. Grayscale: #ADADAD. Windows color (decimal): -4212671 or 4307135. OLE color: 4307135.

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

Color convert

RGB19118465-
CMYK00.040.660.25
HSL56.67º49.61%50.2%-
HSV(B)56.67º65.97%74.9%-
XYZ39.5845.7411.74-
YUV172.5367.32141.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.41%
GREEN value IS 184 (72.27% from 255) = 41.82%
BLUE value IS 65 (25.78% from 255) = 14.77%
R=43.41%
G=41.82%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911846500.040.660.2556.6749.6150.2
HexBFB841044219393232
Octal2772701010410231716262
Binary101111111011100010000010100100001011001111001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB841; }

 p { color: rgb(191,184,65); }

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

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

 a { background-color: rgb(191,184,65); }

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

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

 span { border-color: rgb(191,184,65); }

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