#BEB936

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

Shades of Old Gold #BEB936

Tints of Old Gold #BEB936

Color information

#BEB936 (or 0xBEB936) is unknown color: approx Old Gold. HEX triplet: BE, B9 and 36. RGB value is (190,185,54). Sum of RGB (Red+Green+Blue) = 190+185+54=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 54 (21.48% from 255 or 12.59% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB936 is #4146C9. Grayscale: #ACACAC. Windows color (decimal): -4277962 or 3586494. OLE color: 3586494.

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

Color convert

RGB19018554-
CMYK00.030.720.25
HSL57.79º55.74%47.84%-
HSV(B)57.79º71.58%74.51%-
XYZ39.2545.9110.28-
YUV171.5661.66141.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 185 (72.66% from 255) = 43.12%
BLUE value IS 54 (21.48% from 255) = 12.59%
R=44.29%
G=43.12%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901855400.030.720.2557.7955.7447.84
HexBEB9360348193a3830
Octal276271660311031727060
Binary1011111010111001110110011100100011001111010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB936; }

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

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

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

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

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

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

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

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