#BE9A1E

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

Shades of Buddha Gold #BE9A1E

Tints of Buddha Gold #BE9A1E

Color information

#BE9A1E (or 0xBE9A1E) is unknown color: approx Buddha Gold. HEX triplet: BE, 9A and 1E. RGB value is (190,154,30). Sum of RGB (Red+Green+Blue) = 190+154+30=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9A1E is #4165E1. Grayscale: #979797. Windows color (decimal): -4285922 or 2005694. OLE color: 2005694.

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

Color convert

RGB19015430-
CMYK00.190.840.25
HSL46.5º72.73%43.14%-
HSV(B)46.5º84.21%74.51%-
XYZ33.0334.156.08-
YUV150.6359.93156.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.80%
GREEN value IS 154 (60.55% from 255) = 41.18%
BLUE value IS 30 (12.11% from 255) = 8.02%
R=50.80%
G=41.18%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901543000.190.840.2546.572.7343.14
HexBE9A1E01354192e492b
Octal27623236023124315611153
Binary1011111010011010111100100111010100110011011101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9A1E; }

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

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

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

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

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

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

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

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