#BE9D15

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

Shades of Buddha Gold #BE9D15

Tints of Buddha Gold #BE9D15

Color information

#BE9D15 (or 0xBE9D15) is unknown color: approx Buddha Gold. HEX triplet: BE, 9D and 15. RGB value is (190,157,21). Sum of RGB (Red+Green+Blue) = 190+157+21=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9D15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9D15 is #4162EA. Grayscale: #979797. Windows color (decimal): -4285163 or 1416638. OLE color: 1416638.

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

Color convert

RGB19015721-
CMYK00.170.890.25
HSL48.28º80.09%41.37%-
HSV(B)48.28º88.95%74.51%-
XYZ33.4335.125.73-
YUV151.3654.43155.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.63%
GREEN value IS 157 (61.72% from 255) = 42.66%
BLUE value IS 21 (8.59% from 255) = 5.71%
R=51.63%
G=42.66%
B=5.71%

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
Decimal1901572100.170.890.2548.2880.0941.37
HexBE9D150115919305029
Octal27623525021131316012051
Binary1011111010011101101010100011011001110011100001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9D15; }

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

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

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

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

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

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

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

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