#BE9E0E

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

Shades of Buddha Gold #BE9E0E

Tints of Buddha Gold #BE9E0E

Color information

#BE9E0E (or 0xBE9E0E) is unknown color: approx Buddha Gold. HEX triplet: BE, 9E and 0E. RGB value is (190,158,14). Sum of RGB (Red+Green+Blue) = 190+158+14=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9E0E is #4161F1. Grayscale: #979797. Windows color (decimal): -4284914 or 958142. OLE color: 958142.

HSL color Cylindrical-coordinate representation of color #BE9E0E: hue angle of 49.09º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE9E0E is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB19015814-
CMYK00.170.930.25
HSL49.09º86.27%40%-
HSV(B)49.09º92.63%74.51%-
XYZ33.5435.435.49-
YUV151.1550.6155.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.49%
GREEN value IS 158 (62.11% from 255) = 43.65%
BLUE value IS 14 (5.86% from 255) = 3.87%
R=52.49%
G=43.65%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901581400.170.930.2549.0986.2740
HexBE9EE0115D19315628
Octal27623616021135316112650
Binary101111101001111011100100011011101110011100011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E0E; }

 p { color: rgb(190,158,14); }

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

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

 a { background-color: rgb(190,158,14); }

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

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

 span { border-color: rgb(190,158,14); }

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