#BE9B0E

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

Shades of Buddha Gold #BE9B0E

Tints of Buddha Gold #BE9B0E

Color information

#BE9B0E (or 0xBE9B0E) is unknown color: approx Buddha Gold. HEX triplet: BE, 9B and 0E. RGB value is (190,155,14). Sum of RGB (Red+Green+Blue) = 190+155+14=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 14 (5.86% from 255 or 3.90% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9B0E is #4164F1. Grayscale: #959595. Windows color (decimal): -4285682 or 957374. OLE color: 957374.

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

Color convert

RGB19015514-
CMYK00.180.930.25
HSL48.07º86.27%40%-
HSV(B)48.07º92.63%74.51%-
XYZ33.0434.425.32-
YUV149.3951.6156.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.92%
GREEN value IS 155 (60.94% from 255) = 43.18%
BLUE value IS 14 (5.86% from 255) = 3.90%
R=52.92%
G=43.18%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901551400.180.930.2548.0786.2740
HexBE9BE0125D19305628
Octal27623316022135316012650
Binary101111101001101111100100101011101110011100001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9B0E; }

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

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

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

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

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

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

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

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