#BEB83A

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

Shades of Old Gold #BEB83A

Tints of Old Gold #BEB83A

Color information

#BEB83A (or 0xBEB83A) is unknown color: approx Old Gold. HEX triplet: BE, B8 and 3A. RGB value is (190,184,58). Sum of RGB (Red+Green+Blue) = 190+184+58=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 58 (23.05% from 255 or 13.43% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB83A is #4147C5. Grayscale: #ABABAB. Windows color (decimal): -4278214 or 3848382. OLE color: 3848382.

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

Color convert

RGB19018458-
CMYK00.030.690.25
HSL57.27º53.23%48.63%-
HSV(B)57.27º69.47%74.51%-
XYZ39.1445.5310.73-
YUV171.4363.99141.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.98%
GREEN value IS 184 (72.27% from 255) = 42.59%
BLUE value IS 58 (23.05% from 255) = 13.43%
R=43.98%
G=42.59%
B=13.43%

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
Decimal1901845800.030.690.2557.2753.2348.63
HexBEB83A034519393531
Octal276270720310531716561
Binary1011111010111000111010011100010111001111001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB83A; }

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

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

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

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

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

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

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

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