#BEB838

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

Shades of Old Gold #BEB838

Tints of Old Gold #BEB838

Color information

#BEB838 (or 0xBEB838) is unknown color: approx Old Gold. HEX triplet: BE, B8 and 38. RGB value is (190,184,56). Sum of RGB (Red+Green+Blue) = 190+184+56=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 56 (22.27% from 255 or 13.02% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB838 is #4147C7. Grayscale: #ABABAB. Windows color (decimal): -4278216 or 3717310. OLE color: 3717310.

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

Color convert

RGB19018456-
CMYK00.030.710.25
HSL57.31º54.47%48.24%-
HSV(B)57.31º70.53%74.51%-
XYZ39.0945.5110.47-
YUV171.262.99141.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 184 (72.27% from 255) = 42.79%
BLUE value IS 56 (22.27% from 255) = 13.02%
R=44.19%
G=42.79%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901845600.030.710.2557.3154.4748.24
HexBEB838034719393630
Octal276270700310731716660
Binary1011111010111000111000011100011111001111001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB838; }

 p { color: rgb(190,184,56); }

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

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

 a { background-color: rgb(190,184,56); }

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

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

 span { border-color: rgb(190,184,56); }

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