#BEB631

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

Shades of Old Gold #BEB631

Tints of Old Gold #BEB631

Color information

#BEB631 (or 0xBEB631) is unknown color: approx Old Gold. HEX triplet: BE, B6 and 31. RGB value is (190,182,49). Sum of RGB (Red+Green+Blue) = 190+182+49=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 182 (71.48% from 255 or 43.23% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB631 is #4149CE. Grayscale: #A9A9A9. Windows color (decimal): -4278735 or 3258046. OLE color: 3258046.

HSL color Cylindrical-coordinate representation of color #BEB631: hue angle of 56.6º 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 #BEB631 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB19018249-
CMYK00.040.740.25
HSL56.6º59%46.86%-
HSV(B)56.6º74.21%74.51%-
XYZ38.5244.629.49-
YUV169.2360.15142.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 182 (71.48% from 255) = 43.23%
BLUE value IS 49 (19.53% from 255) = 11.64%
R=45.13%
G=43.23%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901824900.040.740.2556.65946.86
HexBEB631044A19393b2f
Octal276266610411231717357
Binary10111110101101101100010100100101011001111001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB631; }

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

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

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

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

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

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

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

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