#BEA317

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

Shades of Buddha Gold #BEA317

Tints of Buddha Gold #BEA317

Color information

#BEA317 (or 0xBEA317) is unknown color: approx Buddha Gold. HEX triplet: BE, A3 and 17. RGB value is (190,163,23). Sum of RGB (Red+Green+Blue) = 190+163+23=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 23 (9.38% from 255 or 6.12% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA317 is #415CE8. Grayscale: #9B9B9B. Windows color (decimal): -4283625 or 1549246. OLE color: 1549246.

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

Color convert

RGB19016323-
CMYK00.140.880.25
HSL50.3º78.4%41.76%-
HSV(B)50.3º87.89%74.51%-
XYZ34.4937.26.17-
YUV155.1153.45152.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.53%
GREEN value IS 163 (64.06% from 255) = 43.35%
BLUE value IS 23 (9.38% from 255) = 6.12%
R=50.53%
G=43.35%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901632300.140.880.2550.378.441.76
HexBEA3170E5819324e2a
Octal27624327016130316211652
Binary101111101010001110111011101011000110011100101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA317; }

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

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

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

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

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

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

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

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