#BEA417

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

Shades of Buddha Gold #BEA417

Tints of Buddha Gold #BEA417

Color information

#BEA417 (or 0xBEA417) is unknown color: approx Buddha Gold. HEX triplet: BE, A4 and 17. RGB value is (190,164,23). Sum of RGB (Red+Green+Blue) = 190+164+23=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 23 (9.38% from 255 or 6.10% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA417 is #415BE8. Grayscale: #9C9C9C. Windows color (decimal): -4283369 or 1549502. OLE color: 1549502.

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

Color convert

RGB19016423-
CMYK00.140.880.25
HSL50.66º78.4%41.76%-
HSV(B)50.66º87.89%74.51%-
XYZ34.6737.566.23-
YUV155.753.11152.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.40%
GREEN value IS 164 (64.45% from 255) = 43.50%
BLUE value IS 23 (9.38% from 255) = 6.10%
R=50.40%
G=43.50%
B=6.10%

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
Decimal1901642300.140.880.2550.6678.441.76
HexBEA4170E5819334e2a
Octal27624427016130316311652
Binary101111101010010010111011101011000110011100111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA417; }

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

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

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

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

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

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

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

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