#BE941A

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

Shades of Buddha Gold #BE941A

Tints of Buddha Gold #BE941A

Color information

#BE941A (or 0xBE941A) is unknown color: approx Buddha Gold. HEX triplet: BE, 94 and 1A. RGB value is (190,148,26). Sum of RGB (Red+Green+Blue) = 190+148+26=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 26 (10.55% from 255 or 7.14% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE941A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE941A is #416BE5. Grayscale: #939393. Windows color (decimal): -4287462 or 1742014. OLE color: 1742014.

HSL color Cylindrical-coordinate representation of color #BE941A: hue angle of 44.63º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE941A is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB19014826-
CMYK00.220.860.25
HSL44.63º75.93%42.35%-
HSV(B)44.63º86.32%74.51%-
XYZ32.0132.25.51-
YUV146.6559.91158.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 148 (58.20% from 255) = 40.66%
BLUE value IS 26 (10.55% from 255) = 7.14%
R=52.20%
G=40.66%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901482600.220.860.2544.6375.9342.35
HexBE941A01656192d4c2a
Octal27622432026126315511452
Binary1011111010010100110100101101010110110011011011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE941A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE941A; }

 p { color: rgb(190,148,26); }

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

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

 a { background-color: rgb(190,148,26); }

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

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

 span { border-color: rgb(190,148,26); }

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