#BEA318

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

Shades of Buddha Gold #BEA318

Tints of Buddha Gold #BEA318

Color information

#BEA318 (or 0xBEA318) is unknown color: approx Buddha Gold. HEX triplet: BE, A3 and 18. RGB value is (190,163,24). Sum of RGB (Red+Green+Blue) = 190+163+24=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA318 is #415CE7. Grayscale: #9B9B9B. Windows color (decimal): -4283624 or 1614782. OLE color: 1614782.

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

Color convert

RGB19016324-
CMYK00.140.870.25
HSL50.24º77.57%41.96%-
HSV(B)50.24º87.37%74.51%-
XYZ34.537.216.23-
YUV155.2353.95152.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.40%
GREEN value IS 163 (64.06% from 255) = 43.24%
BLUE value IS 24 (9.77% from 255) = 6.37%
R=50.40%
G=43.24%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901632400.140.870.2550.2477.5741.96
HexBEA3180E5719324e2a
Octal27624330016127316211652
Binary101111101010001111000011101010111110011100101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA318; }

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

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

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

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

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

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

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

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