#BE981B

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

Shades of Buddha Gold #BE981B

Tints of Buddha Gold #BE981B

Color information

#BE981B (or 0xBE981B) is unknown color: approx Buddha Gold. HEX triplet: BE, 98 and 1B. RGB value is (190,152,27). Sum of RGB (Red+Green+Blue) = 190+152+27=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE981B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE981B is #4167E4. Grayscale: #959595. Windows color (decimal): -4286437 or 1808574. OLE color: 1808574.

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

Color convert

RGB19015227-
CMYK00.20.860.25
HSL46.01º75.12%42.55%-
HSV(B)46.01º85.79%74.51%-
XYZ32.6633.485.78-
YUV149.1159.09157.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.49%
GREEN value IS 152 (59.77% from 255) = 41.19%
BLUE value IS 27 (10.94% from 255) = 7.32%
R=51.49%
G=41.19%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901522700.20.860.2546.0175.1242.55
HexBE981B01456192e4b2b
Octal27623033024126315611353
Binary1011111010011000110110101001010110110011011101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE981B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE981B; }

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

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

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

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

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

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

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

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