#BEBA3D

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

Shades of Old Gold #BEBA3D

Tints of Old Gold #BEBA3D

Color information

#BEBA3D (or 0xBEBA3D) is unknown color: approx Old Gold. HEX triplet: BE, BA and 3D. RGB value is (190,186,61). Sum of RGB (Red+Green+Blue) = 190+186+61=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBA3D is #4145C2. Grayscale: #ADADAD. Windows color (decimal): -4277699 or 4045502. OLE color: 4045502.

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

Color convert

RGB19018661-
CMYK00.020.680.25
HSL58.14º51.39%49.22%-
HSV(B)58.14º67.89%74.51%-
XYZ39.6446.411.28-
YUV172.9564.83140.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.48%
GREEN value IS 186 (73.05% from 255) = 42.56%
BLUE value IS 61 (24.22% from 255) = 13.96%
R=43.48%
G=42.56%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901866100.020.680.2558.1451.3949.22
HexBEBA3D0244193a3331
Octal276272750210431726361
Binary1011111010111010111101010100010011001111010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBA3D; }

 p { color: rgb(190,186,61); }

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

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

 a { background-color: rgb(190,186,61); }

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

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

 span { border-color: rgb(190,186,61); }

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