#BEBA39

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

Shades of Old Gold #BEBA39

Tints of Old Gold #BEBA39

Color information

#BEBA39 (or 0xBEBA39) is unknown color: approx Old Gold. HEX triplet: BE, BA and 39. RGB value is (190,186,57). Sum of RGB (Red+Green+Blue) = 190+186+57=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 57 (22.66% from 255 or 13.16% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBA39 is #4145C6. Grayscale: #ADADAD. Windows color (decimal): -4277703 or 3783358. OLE color: 3783358.

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

Color convert

RGB19018657-
CMYK00.020.70.25
HSL58.2º53.85%48.43%-
HSV(B)58.2º70%74.51%-
XYZ39.5346.3610.74-
YUV172.4962.83140.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.88%
GREEN value IS 186 (73.05% from 255) = 42.96%
BLUE value IS 57 (22.66% from 255) = 13.16%
R=43.88%
G=42.96%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.7
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901865700.020.70.2558.253.8548.43
HexBEBA390246193a3630
Octal276272710210631726660
Binary1011111010111010111001010100011011001111010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA39; }

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

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

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

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

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

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

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

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