#BEB938

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

Shades of Old Gold #BEB938

Tints of Old Gold #BEB938

Color information

#BEB938 (or 0xBEB938) is unknown color: approx Old Gold. HEX triplet: BE, B9 and 38. RGB value is (190,185,56). Sum of RGB (Red+Green+Blue) = 190+185+56=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 56 (22.27% from 255 or 12.99% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB938 is #4146C7. Grayscale: #ACACAC. Windows color (decimal): -4277960 or 3717566. OLE color: 3717566.

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

Color convert

RGB19018556-
CMYK00.030.710.25
HSL57.76º54.47%48.24%-
HSV(B)57.76º70.53%74.51%-
XYZ39.345.9310.54-
YUV171.7962.66140.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.08%
GREEN value IS 185 (72.66% from 255) = 42.92%
BLUE value IS 56 (22.27% from 255) = 12.99%
R=44.08%
G=42.92%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901855600.030.710.2557.7654.4748.24
HexBEB9380347193a3630
Octal276271700310731726660
Binary1011111010111001111000011100011111001111010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB938; }

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

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

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

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

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

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

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

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