#BEA30B

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

Shades of Buddha Gold #BEA30B

Tints of Buddha Gold #BEA30B

Color information

#BEA30B (or 0xBEA30B) is unknown color: approx Buddha Gold. HEX triplet: BE, A3 and 0B. RGB value is (190,163,11). Sum of RGB (Red+Green+Blue) = 190+163+11=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 11 (4.69% from 255 or 3.02% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA30B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA30B is #415CF4. Grayscale: #9A9A9A. Windows color (decimal): -4283637 or 762814. OLE color: 762814.

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

Color convert

RGB19016311-
CMYK00.140.940.25
HSL50.95º89.05%39.41%-
HSV(B)50.95º94.21%74.51%-
XYZ34.3937.175.68-
YUV153.7447.45153.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 163 (64.06% from 255) = 44.78%
BLUE value IS 11 (4.69% from 255) = 3.02%
R=52.20%
G=44.78%
B=3.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901631100.140.940.2550.9589.0539.41
HexBEA3B0E5E19335927
Octal27624313016136316313147
Binary10111110101000111011011101011110110011100111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA30B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA30B; }

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

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

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

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

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

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

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

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