#BFBE38

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

Shades of Old Gold #BFBE38

Tints of Old Gold #BFBE38

Color information

#BFBE38 (or 0xBFBE38) is unknown color: approx Old Gold. HEX triplet: BF, BE and 38. RGB value is (191,190,56). Sum of RGB (Red+Green+Blue) = 191+190+56=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 56 (22.27% from 255 or 12.81% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBE38 is #4041C7. Grayscale: #AFAFAF. Windows color (decimal): -4211144 or 3718847. OLE color: 3718847.

HSL color Cylindrical-coordinate representation of color #BFBE38: hue angle of 59.56º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFBE38 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB19119056-
CMYK00.010.710.25
HSL59.56º54.66%48.43%-
HSV(B)59.56º70.68%74.9%-
XYZ40.6148.1910.9-
YUV175.0260.83139.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.71%
GREEN value IS 190 (74.61% from 255) = 43.48%
BLUE value IS 56 (22.27% from 255) = 12.81%
R=43.71%
G=43.48%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911905600.010.710.2559.5654.6648.43
HexBFBE380147193c3730
Octal277276700110731746760
Binary101111111011111011100001100011111001111100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE38; }

 p { color: rgb(191,190,56); }

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

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

 a { background-color: rgb(191,190,56); }

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

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

 span { border-color: rgb(191,190,56); }

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