#BEA31D

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

Shades of Buddha Gold #BEA31D

Tints of Buddha Gold #BEA31D

Color information

#BEA31D (or 0xBEA31D) is unknown color: approx Buddha Gold. HEX triplet: BE, A3 and 1D. RGB value is (190,163,29). Sum of RGB (Red+Green+Blue) = 190+163+29=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 29 (11.72% from 255 or 7.59% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA31D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA31D is #415CE2. Grayscale: #9C9C9C. Windows color (decimal): -4283619 or 1942462. OLE color: 1942462.

HSL color Cylindrical-coordinate representation of color #BEA31D: hue angle of 49.94º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BEA31D is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB19016329-
CMYK00.140.850.25
HSL49.94º73.52%42.94%-
HSV(B)49.94º84.74%74.51%-
XYZ34.5537.236.53-
YUV155.856.45152.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.74%
GREEN value IS 163 (64.06% from 255) = 42.67%
BLUE value IS 29 (11.72% from 255) = 7.59%
R=49.74%
G=42.67%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901632900.140.850.2549.9473.5242.94
HexBEA31D0E5519324a2b
Octal27624335016125316211253
Binary101111101010001111101011101010101110011100101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA31D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA31D; }

 p { color: rgb(190,163,29); }

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

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

 a { background-color: rgb(190,163,29); }

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

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

 span { border-color: rgb(190,163,29); }

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