#BE931B

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

Shades of Buddha Gold #BE931B

Tints of Buddha Gold #BE931B

Color information

#BE931B (or 0xBE931B) is unknown color: approx Buddha Gold. HEX triplet: BE, 93 and 1B. RGB value is (190,147,27). Sum of RGB (Red+Green+Blue) = 190+147+27=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE931B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE931B is #416CE4. Grayscale: #929292. Windows color (decimal): -4287717 or 1807294. OLE color: 1807294.

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

Color convert

RGB19014727-
CMYK00.230.860.25
HSL44.17º75.12%42.55%-
HSV(B)44.17º85.79%74.51%-
XYZ31.8731.895.51-
YUV146.1860.75159.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 147 (57.81% from 255) = 40.38%
BLUE value IS 27 (10.94% from 255) = 7.42%
R=52.20%
G=40.38%
B=7.42%

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
Decimal1901472700.230.860.2544.1775.1242.55
HexBE931B01756192c4b2b
Octal27622333027126315411353
Binary1011111010010011110110101111010110110011011001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE931B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE931B; }

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

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

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

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

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

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

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

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