#BEA809

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

Shades of Buddha Gold #BEA809

Tints of Buddha Gold #BEA809

Color information

#BEA809 (or 0xBEA809) is unknown color: approx Buddha Gold. HEX triplet: BE, A8 and 09. RGB value is (190,168,9). Sum of RGB (Red+Green+Blue) = 190+168+9=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 168 (66.02% from 255 or 45.78% from 367); Blue value is 9 (3.91% from 255 or 2.45% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA809 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA809 is #4157F6. Grayscale: #9D9D9D. Windows color (decimal): -4282359 or 633022. OLE color: 633022.

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

Color convert

RGB1901689-
CMYK00.120.950.25
HSL52.71º90.95%39.02%-
HSV(B)52.71º95.26%74.51%-
XYZ35.2938.975.92-
YUV156.4544.79151.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.77%
GREEN value IS 168 (66.02% from 255) = 45.78%
BLUE value IS 9 (3.91% from 255) = 2.45%
R=51.77%
G=45.78%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190168900.120.950.2552.7190.9539.02
HexBEA890C5F19355b27
Octal27625011014137316513347
Binary10111110101010001001011001011111110011101011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA809; }

 p { color: rgb(190,168,9); }

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

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

 a { background-color: rgb(190,168,9); }

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

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

 span { border-color: rgb(190,168,9); }

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