#BE9C15

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

Shades of Buddha Gold #BE9C15

Tints of Buddha Gold #BE9C15

Color information

#BE9C15 (or 0xBE9C15) is unknown color: approx Buddha Gold. HEX triplet: BE, 9C and 15. RGB value is (190,156,21). Sum of RGB (Red+Green+Blue) = 190+156+21=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 21 (8.59% from 255 or 5.72% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9C15 is #4163EA. Grayscale: #979797. Windows color (decimal): -4285419 or 1416382. OLE color: 1416382.

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

Color convert

RGB19015621-
CMYK00.180.890.25
HSL47.93º80.09%41.37%-
HSV(B)47.93º88.95%74.51%-
XYZ33.2634.785.67-
YUV150.7854.76155.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.77%
GREEN value IS 156 (61.33% from 255) = 42.51%
BLUE value IS 21 (8.59% from 255) = 5.72%
R=51.77%
G=42.51%
B=5.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901562100.180.890.2547.9380.0941.37
HexBE9C150125919305029
Octal27623425022131316012051
Binary1011111010011100101010100101011001110011100001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9C15; }

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

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

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

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

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

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

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

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