#BFB641

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

Shades of Old Gold #BFB641

Tints of Old Gold #BFB641

Color information

#BFB641 (or 0xBFB641) is unknown color: approx Old Gold. HEX triplet: BF, B6 and 41. RGB value is (191,182,65). Sum of RGB (Red+Green+Blue) = 191+182+65=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFB641 is #4049BE. Grayscale: #ABABAB. Windows color (decimal): -4213183 or 4306623. OLE color: 4306623.

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

Color convert

RGB19118265-
CMYK00.050.660.25
HSL55.71º49.61%50.2%-
HSV(B)55.71º65.97%74.9%-
XYZ39.1744.9111.61-
YUV171.3567.98142.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.61%
GREEN value IS 182 (71.48% from 255) = 41.55%
BLUE value IS 65 (25.78% from 255) = 14.84%
R=43.61%
G=41.55%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911826500.050.660.2555.7149.6150.2
HexBFB641054219383232
Octal2772661010510231706262
Binary101111111011011010000010101100001011001111000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB641; }

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

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

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

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

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

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

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

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