#BE9A09

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

Shades of Buddha Gold #BE9A09

Tints of Buddha Gold #BE9A09

Color information

#BE9A09 (or 0xBE9A09) is unknown color: approx Buddha Gold. HEX triplet: BE, 9A and 09. RGB value is (190,154,9). Sum of RGB (Red+Green+Blue) = 190+154+9=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 9 (3.91% from 255 or 2.55% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9A09 is #4165F6. Grayscale: #949494. Windows color (decimal): -4285943 or 629438. OLE color: 629438.

HSL color Cylindrical-coordinate representation of color #BE9A09: hue angle of 48.07º 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 #BE9A09 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB1901549-
CMYK00.190.950.25
HSL48.07º90.95%39.02%-
HSV(B)48.07º95.26%74.51%-
XYZ32.8434.085.11-
YUV148.2349.43157.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.82%
GREEN value IS 154 (60.55% from 255) = 43.63%
BLUE value IS 9 (3.91% from 255) = 2.55%
R=53.82%
G=43.63%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190154900.190.950.2548.0790.9539.02
HexBE9A90135F19305b27
Octal27623211023137316013347
Binary101111101001101010010100111011111110011100001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9A09; }

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

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

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

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

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

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

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

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