#BEA21B

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

Shades of Buddha Gold #BEA21B

Tints of Buddha Gold #BEA21B

Color information

#BEA21B (or 0xBEA21B) is unknown color: approx Buddha Gold. HEX triplet: BE, A2 and 1B. RGB value is (190,162,27). Sum of RGB (Red+Green+Blue) = 190+162+27=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 27 (10.94% from 255 or 7.12% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA21B is #415DE4. Grayscale: #9B9B9B. Windows color (decimal): -4283877 or 1811134. OLE color: 1811134.

HSL color Cylindrical-coordinate representation of color #BEA21B: hue angle of 49.69º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BEA21B is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB19016227-
CMYK00.150.860.25
HSL49.69º75.12%42.55%-
HSV(B)49.69º85.79%74.51%-
XYZ34.3536.876.34-
YUV154.9855.78152.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.13%
GREEN value IS 162 (63.67% from 255) = 42.74%
BLUE value IS 27 (10.94% from 255) = 7.12%
R=50.13%
G=42.74%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901622700.150.860.2549.6975.1242.55
HexBEA21B0F5619324b2b
Octal27624233017126316211353
Binary101111101010001011011011111010110110011100101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA21B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA21B; }

 p { color: rgb(190,162,27); }

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

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

 a { background-color: rgb(190,162,27); }

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

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

 span { border-color: rgb(190,162,27); }

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