#BE9A16

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

Shades of Buddha Gold #BE9A16

Tints of Buddha Gold #BE9A16

Color information

#BE9A16 (or 0xBE9A16) is unknown color: approx Buddha Gold. HEX triplet: BE, 9A and 16. RGB value is (190,154,22). Sum of RGB (Red+Green+Blue) = 190+154+22=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9A16 is #4165E9. Grayscale: #969696. Windows color (decimal): -4285930 or 1481406. OLE color: 1481406.

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

Color convert

RGB19015422-
CMYK00.190.880.25
HSL47.14º79.25%41.57%-
HSV(B)47.14º88.42%74.51%-
XYZ32.9434.125.61-
YUV149.7255.93156.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.91%
GREEN value IS 154 (60.55% from 255) = 42.08%
BLUE value IS 22 (8.98% from 255) = 6.01%
R=51.91%
G=42.08%
B=6.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901542200.190.880.2547.1479.2541.57
HexBE9A1601358192f4f2a
Octal27623226023130315711752
Binary1011111010011010101100100111011000110011011111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9A16; }

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

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

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

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

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

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

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

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