#BEA30D

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

Shades of Buddha Gold #BEA30D

Tints of Buddha Gold #BEA30D

Color information

#BEA30D (or 0xBEA30D) is unknown color: approx Buddha Gold. HEX triplet: BE, A3 and 0D. RGB value is (190,163,13). Sum of RGB (Red+Green+Blue) = 190+163+13=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA30D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA30D is #415CF2. Grayscale: #9A9A9A. Windows color (decimal): -4283635 or 893886. OLE color: 893886.

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

Color convert

RGB19016313-
CMYK00.140.930.25
HSL50.85º87.19%39.8%-
HSV(B)50.85º93.16%74.51%-
XYZ34.4137.175.74-
YUV153.9748.45153.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.91%
GREEN value IS 163 (64.06% from 255) = 44.54%
BLUE value IS 13 (5.47% from 255) = 3.55%
R=51.91%
G=44.54%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901631300.140.930.2550.8587.1939.8
HexBEA3D0E5D19335728
Octal27624315016135316312750
Binary10111110101000111101011101011101110011100111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA30D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA30D; }

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

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

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

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

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

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

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

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