#BEB636

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

Shades of Old Gold #BEB636

Tints of Old Gold #BEB636

Color information

#BEB636 (or 0xBEB636) is unknown color: approx Old Gold. HEX triplet: BE, B6 and 36. RGB value is (190,182,54). Sum of RGB (Red+Green+Blue) = 190+182+54=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 182 (71.48% from 255 or 42.72% from 426); Blue value is 54 (21.48% from 255 or 12.68% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB636 is #4149C9. Grayscale: #AAAAAA. Windows color (decimal): -4278730 or 3585726. OLE color: 3585726.

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

Color convert

RGB19018254-
CMYK00.040.720.25
HSL56.47º55.74%47.84%-
HSV(B)56.47º71.58%74.51%-
XYZ38.6344.6710.08-
YUV169.862.65142.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 182 (71.48% from 255) = 42.72%
BLUE value IS 54 (21.48% from 255) = 12.68%
R=44.60%
G=42.72%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901825400.040.720.2556.4755.7447.84
HexBEB636044819383830
Octal276266660411031707060
Binary10111110101101101101100100100100011001111000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB636; }

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

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

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

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

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

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

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

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