#beb83b

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

Shades of Old Gold #BEB83B

Tints of Old Gold #BEB83B

Color information

#BEB83B (or 0xBEB83B) is unknown color: approx Old Gold. HEX triplet: BE, B8 and 3B. RGB value is (190,184,59). Sum of RGB (Red+Green+Blue) = 190+184+59=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 59 (23.44% from 255 or 13.63% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB83B is #4147C4. Grayscale: #ACACAC. Windows color (decimal): -4278213 or 3913918. OLE color: 3913918.

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

Color convert

RGB19018459-
CMYK00.030.690.25
HSL57.25º52.61%48.82%-
HSV(B)57.25º68.95%74.51%-
XYZ39.1745.5410.86-
YUV171.5464.49141.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.88%
GREEN value IS 184 (72.27% from 255) = 42.49%
BLUE value IS 59 (23.44% from 255) = 13.63%
R=43.88%
G=42.49%
B=13.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901845900.030.690.2557.2552.6148.82
HexBEB83B034519393531
Octal276270730310531716561
Binary1011111010111000111011011100010111001111001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #beb83b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #beb83b; }

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

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

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

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

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

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

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

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