#BEB437

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

Shades of Old Gold #BEB437

Tints of Old Gold #BEB437

Color information

#BEB437 (or 0xBEB437) is unknown color: approx Old Gold. HEX triplet: BE, B4 and 37. RGB value is (190,180,55). Sum of RGB (Red+Green+Blue) = 190+180+55=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 55 (21.88% from 255 or 12.94% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB437 is #414BC8. Grayscale: #A9A9A9. Windows color (decimal): -4279241 or 3650750. OLE color: 3650750.

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

Color convert

RGB19018055-
CMYK00.050.710.25
HSL55.56º55.1%48.04%-
HSV(B)55.56º71.05%74.51%-
XYZ38.2543.8710.07-
YUV168.7463.81143.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 180 (70.70% from 255) = 42.35%
BLUE value IS 55 (21.88% from 255) = 12.94%
R=44.71%
G=42.35%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901805500.050.710.2555.5655.148.04
HexBEB437054719383730
Octal276264670510731706760
Binary10111110101101001101110101100011111001111000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB437; }

 p { color: rgb(190,180,55); }

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

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

 a { background-color: rgb(190,180,55); }

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

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

 span { border-color: rgb(190,180,55); }

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