#BE9618

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

Shades of Buddha Gold #BE9618

Tints of Buddha Gold #BE9618

Color information

#BE9618 (or 0xBE9618) is unknown color: approx Buddha Gold. HEX triplet: BE, 96 and 18. RGB value is (190,150,24). Sum of RGB (Red+Green+Blue) = 190+150+24=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9618 is #4169E7. Grayscale: #949494. Windows color (decimal): -4286952 or 1611454. OLE color: 1611454.

HSL color Cylindrical-coordinate representation of color #BE9618: hue angle of 45.54º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE9618 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB19015024-
CMYK00.210.870.25
HSL45.54º77.57%41.96%-
HSV(B)45.54º87.37%74.51%-
XYZ32.3132.835.5-
YUV147.658.25158.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 150 (58.98% from 255) = 41.21%
BLUE value IS 24 (9.77% from 255) = 6.59%
R=52.20%
G=41.21%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901502400.210.870.2545.5477.5741.96
HexBE961801557192e4e2a
Octal27622630025127315611652
Binary1011111010010110110000101011010111110011011101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9618; }

 p { color: rgb(190,150,24); }

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

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

 a { background-color: rgb(190,150,24); }

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

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

 span { border-color: rgb(190,150,24); }

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