#BE961E

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

Shades of Buddha Gold #BE961E

Tints of Buddha Gold #BE961E

Color information

#BE961E (or 0xBE961E) is unknown color: approx Buddha Gold. HEX triplet: BE, 96 and 1E. RGB value is (190,150,30). Sum of RGB (Red+Green+Blue) = 190+150+30=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 30 (12.11% from 255 or 8.11% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE961E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE961E is #4169E1. Grayscale: #949494. Windows color (decimal): -4286946 or 2004670. OLE color: 2004670.

HSL color Cylindrical-coordinate representation of color #BE961E: hue angle of 45º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE961E is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB19015030-
CMYK00.210.840.25
HSL45º72.73%43.14%-
HSV(B)45º84.21%74.51%-
XYZ32.3832.855.86-
YUV148.2861.25157.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.35%
GREEN value IS 150 (58.98% from 255) = 40.54%
BLUE value IS 30 (12.11% from 255) = 8.11%
R=51.35%
G=40.54%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901503000.210.840.254572.7343.14
HexBE961E01554192d492b
Octal27622636025124315511153
Binary1011111010010110111100101011010100110011011011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE961E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE961E; }

 p { color: rgb(190,150,30); }

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

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

 a { background-color: rgb(190,150,30); }

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

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

 span { border-color: rgb(190,150,30); }

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