#BEA11C

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

Shades of Buddha Gold #BEA11C

Tints of Buddha Gold #BEA11C

Color information

#BEA11C (or 0xBEA11C) is unknown color: approx Buddha Gold. HEX triplet: BE, A1 and 1C. RGB value is (190,161,28). Sum of RGB (Red+Green+Blue) = 190+161+28=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA11C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA11C is #415EE3. Grayscale: #9B9B9B. Windows color (decimal): -4284132 or 1876414. OLE color: 1876414.

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

Color convert

RGB19016128-
CMYK00.150.850.25
HSL49.26º74.31%42.75%-
HSV(B)49.26º85.26%74.51%-
XYZ34.1936.526.35-
YUV154.5156.61153.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.13%
GREEN value IS 161 (63.28% from 255) = 42.48%
BLUE value IS 28 (11.33% from 255) = 7.39%
R=50.13%
G=42.48%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901612800.150.850.2549.2674.3142.75
HexBEA11C0F5519314a2b
Octal27624134017125316111253
Binary101111101010000111100011111010101110011100011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA11C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA11C; }

 p { color: rgb(190,161,28); }

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

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

 a { background-color: rgb(190,161,28); }

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

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

 span { border-color: rgb(190,161,28); }

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