#BE931A

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

Shades of Buddha Gold #BE931A

Tints of Buddha Gold #BE931A

Color information

#BE931A (or 0xBE931A) is unknown color: approx Buddha Gold. HEX triplet: BE, 93 and 1A. RGB value is (190,147,26). Sum of RGB (Red+Green+Blue) = 190+147+26=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE931A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE931A is #416CE5. Grayscale: #929292. Windows color (decimal): -4287718 or 1741758. OLE color: 1741758.

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

Color convert

RGB19014726-
CMYK00.230.860.25
HSL44.27º75.93%42.35%-
HSV(B)44.27º86.32%74.51%-
XYZ31.8631.895.45-
YUV146.0660.25159.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.34%
GREEN value IS 147 (57.81% from 255) = 40.50%
BLUE value IS 26 (10.55% from 255) = 7.16%
R=52.34%
G=40.50%
B=7.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901472600.230.860.2544.2775.9342.35
HexBE931A01756192c4c2a
Octal27622332027126315411452
Binary1011111010010011110100101111010110110011011001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE931A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE931A; }

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

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

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

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

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

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

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

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