#BE9218

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

Shades of Buddha Gold #BE9218

Tints of Buddha Gold #BE9218

Color information

#BE9218 (or 0xBE9218) is unknown color: approx Buddha Gold. HEX triplet: BE, 92 and 18. RGB value is (190,146,24). Sum of RGB (Red+Green+Blue) = 190+146+24=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 24 (9.77% from 255 or 6.67% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9218 is #416DE7. Grayscale: #919191. Windows color (decimal): -4287976 or 1610430. OLE color: 1610430.

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

Color convert

RGB19014624-
CMYK00.230.870.25
HSL44.1º77.57%41.96%-
HSV(B)44.1º87.37%74.51%-
XYZ31.6831.575.29-
YUV145.2559.58159.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.78%
GREEN value IS 146 (57.42% from 255) = 40.56%
BLUE value IS 24 (9.77% from 255) = 6.67%
R=52.78%
G=40.56%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901462400.230.870.2544.177.5741.96
HexBE921801757192c4e2a
Octal27622230027127315411652
Binary1011111010010010110000101111010111110011011001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9218; }

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

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

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

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

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

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

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

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