#BE9E15

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

Shades of Buddha Gold #BE9E15

Tints of Buddha Gold #BE9E15

Color information

#BE9E15 (or 0xBE9E15) is unknown color: approx Buddha Gold. HEX triplet: BE, 9E and 15. RGB value is (190,158,21). Sum of RGB (Red+Green+Blue) = 190+158+21=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9E15 is #4161EA. Grayscale: #989898. Windows color (decimal): -4284907 or 1416894. OLE color: 1416894.

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

Color convert

RGB19015821-
CMYK00.170.890.25
HSL48.64º80.09%41.37%-
HSV(B)48.64º88.95%74.51%-
XYZ33.635.465.78-
YUV151.9554.1155.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.49%
GREEN value IS 158 (62.11% from 255) = 42.82%
BLUE value IS 21 (8.59% from 255) = 5.69%
R=51.49%
G=42.82%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901582100.170.890.2548.6480.0941.37
HexBE9E150115919315029
Octal27623625021131316112051
Binary1011111010011110101010100011011001110011100011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E15; }

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

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

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

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

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

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

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

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