#BEBA31

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

Shades of Old Gold #BEBA31

Tints of Old Gold #BEBA31

Color information

#BEBA31 (or 0xBEBA31) is unknown color: approx Old Gold. HEX triplet: BE, BA and 31. RGB value is (190,186,49). Sum of RGB (Red+Green+Blue) = 190+186+49=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 49 (19.53% from 255 or 11.53% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBA31 is #4145CE. Grayscale: #ACACAC. Windows color (decimal): -4277711 or 3259070. OLE color: 3259070.

HSL color Cylindrical-coordinate representation of color #BEBA31: hue angle of 58.3º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BEBA31 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB19018649-
CMYK00.020.740.25
HSL58.3º59%46.86%-
HSV(B)58.3º74.21%74.51%-
XYZ39.3546.299.77-
YUV171.5858.83141.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 186 (73.05% from 255) = 43.76%
BLUE value IS 49 (19.53% from 255) = 11.53%
R=44.71%
G=43.76%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901864900.020.740.2558.35946.86
HexBEBA31024A193a3b2f
Octal276272610211231727357
Binary1011111010111010110001010100101011001111010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA31; }

 p { color: rgb(190,186,49); }

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

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

 a { background-color: rgb(190,186,49); }

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

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

 span { border-color: rgb(190,186,49); }

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