#BE9E09

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

Shades of Buddha Gold #BE9E09

Tints of Buddha Gold #BE9E09

Color information

#BE9E09 (or 0xBE9E09) is unknown color: approx Buddha Gold. HEX triplet: BE, 9E and 09. RGB value is (190,158,9). Sum of RGB (Red+Green+Blue) = 190+158+9=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 9 (3.91% from 255 or 2.52% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9E09 is #4161F6. Grayscale: #979797. Windows color (decimal): -4284919 or 630462. OLE color: 630462.

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

Color convert

RGB1901589-
CMYK00.170.950.25
HSL49.39º90.95%39.02%-
HSV(B)49.39º95.26%74.51%-
XYZ33.5135.425.33-
YUV150.5848.1156.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.22%
GREEN value IS 158 (62.11% from 255) = 44.26%
BLUE value IS 9 (3.91% from 255) = 2.52%
R=53.22%
G=44.26%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190158900.170.950.2549.3990.9539.02
HexBE9E90115F19315b27
Octal27623611021137316113347
Binary101111101001111010010100011011111110011100011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E09; }

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

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

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

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

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

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

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

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