#BE9212

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

Shades of Buddha Gold #BE9212

Tints of Buddha Gold #BE9212

Color information

#BE9212 (or 0xBE9212) is unknown color: approx Buddha Gold. HEX triplet: BE, 92 and 12. RGB value is (190,146,18). Sum of RGB (Red+Green+Blue) = 190+146+18=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9212 is #416DED. Grayscale: #919191. Windows color (decimal): -4287982 or 1217214. OLE color: 1217214.

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

Color convert

RGB19014618-
CMYK00.230.910.25
HSL44.65º82.69%40.78%-
HSV(B)44.65º90.53%74.51%-
XYZ31.6231.555-
YUV144.5656.58160.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.67%
GREEN value IS 146 (57.42% from 255) = 41.24%
BLUE value IS 18 (7.42% from 255) = 5.08%
R=53.67%
G=41.24%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901461800.230.910.2544.6582.6940.78
HexBE92120175B192d5329
Octal27622222027133315512351
Binary1011111010010010100100101111011011110011011011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9212; }

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

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

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

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

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

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

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

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