#BEA302

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

Shades of Buddha Gold #BEA302

Tints of Buddha Gold #BEA302

Color information

#BEA302 (or 0xBEA302) is unknown color: approx Buddha Gold. HEX triplet: BE, A3 and 02. RGB value is (190,163,2). Sum of RGB (Red+Green+Blue) = 190+163+2=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA302 is #415CFD. Grayscale: #999999. Windows color (decimal): -4283646 or 172990. OLE color: 172990.

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

Color convert

RGB1901632-
CMYK00.140.990.25
HSL51.38º97.92%37.65%-
HSV(B)51.38º98.95%74.51%-
XYZ34.3437.155.42-
YUV152.7242.95154.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.52%
GREEN value IS 163 (64.06% from 255) = 45.92%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=53.52%
G=45.92%
B=0.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190163200.140.990.2551.3897.9237.65
HexBEA320E6319336226
Octal2762432016143316314246
Binary101111101010001110011101100011110011100111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA302; }

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

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

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

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

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

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

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

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