#BFBB37

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

Shades of Old Gold #BFBB37

Tints of Old Gold #BFBB37

Color information

#BFBB37 (or 0xBFBB37) is unknown color: approx Old Gold. HEX triplet: BF, BB and 37. RGB value is (191,187,55). Sum of RGB (Red+Green+Blue) = 191+187+55=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 55 (21.88% from 255 or 12.70% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBB37 is #4044C8. Grayscale: #ADADAD. Windows color (decimal): -4211913 or 3652543. OLE color: 3652543.

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

Color convert

RGB19118755-
CMYK00.020.710.25
HSL58.24º55.28%48.24%-
HSV(B)58.24º71.2%74.9%-
XYZ39.9546.8910.56-
YUV173.1561.33140.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 187 (73.44% from 255) = 43.19%
BLUE value IS 55 (21.88% from 255) = 12.70%
R=44.11%
G=43.19%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911875500.020.710.2558.2455.2848.24
HexBFBB370247193a3730
Octal277273670210731726760
Binary1011111110111011110111010100011111001111010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBB37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBB37; }

 p { color: rgb(191,187,55); }

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

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

 a { background-color: rgb(191,187,55); }

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

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

 span { border-color: rgb(191,187,55); }

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