#BEB536

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

Shades of Old Gold #BEB536

Tints of Old Gold #BEB536

Color information

#BEB536 (or 0xBEB536) is unknown color: approx Old Gold. HEX triplet: BE, B5 and 36. RGB value is (190,181,54). Sum of RGB (Red+Green+Blue) = 190+181+54=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 54 (21.48% from 255 or 12.71% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB536 is #414AC9. Grayscale: #A9A9A9. Windows color (decimal): -4278986 or 3585470. OLE color: 3585470.

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

Color convert

RGB19018154-
CMYK00.050.720.25
HSL56.03º55.74%47.84%-
HSV(B)56.03º71.58%74.51%-
XYZ38.4244.2610.01-
YUV169.2162.98142.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 181 (71.09% from 255) = 42.59%
BLUE value IS 54 (21.48% from 255) = 12.71%
R=44.71%
G=42.59%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901815400.050.720.2556.0355.7447.84
HexBEB536054819383830
Octal276265660511031707060
Binary10111110101101011101100101100100011001111000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB536; }

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

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

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

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

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

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

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

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