#BEB931

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

Shades of Old Gold #BEB931

Tints of Old Gold #BEB931

Color information

#BEB931 (or 0xBEB931) is unknown color: approx Old Gold. HEX triplet: BE, B9 and 31. RGB value is (190,185,49). Sum of RGB (Red+Green+Blue) = 190+185+49=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 49 (19.53% from 255 or 11.56% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB931 is #4146CE. Grayscale: #ABABAB. Windows color (decimal): -4277967 or 3258814. OLE color: 3258814.

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

Color convert

RGB19018549-
CMYK00.030.740.25
HSL57.87º59%46.86%-
HSV(B)57.87º74.21%74.51%-
XYZ39.1445.879.7-
YUV170.9959.16141.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.81%
GREEN value IS 185 (72.66% from 255) = 43.63%
BLUE value IS 49 (19.53% from 255) = 11.56%
R=44.81%
G=43.63%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901854900.030.740.2557.875946.86
HexBEB931034A193a3b2f
Octal276271610311231727357
Binary1011111010111001110001011100101011001111010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB931; }

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

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

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

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

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

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

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

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