#BE921B

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

Shades of Buddha Gold #BE921B

Tints of Buddha Gold #BE921B

Color information

#BE921B (or 0xBE921B) is unknown color: approx Buddha Gold. HEX triplet: BE, 92 and 1B. RGB value is (190,146,27). Sum of RGB (Red+Green+Blue) = 190+146+27=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 27 (10.94% from 255 or 7.44% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE921B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE921B is #416DE4. Grayscale: #929292. Windows color (decimal): -4287973 or 1807038. OLE color: 1807038.

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

Color convert

RGB19014627-
CMYK00.230.860.25
HSL43.8º75.12%42.55%-
HSV(B)43.8º85.79%74.51%-
XYZ31.7131.585.46-
YUV145.5961.08159.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.34%
GREEN value IS 146 (57.42% from 255) = 40.22%
BLUE value IS 27 (10.94% from 255) = 7.44%
R=52.34%
G=40.22%
B=7.44%

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
Decimal1901462700.230.860.2543.875.1242.55
HexBE921B01756192c4b2b
Octal27622233027126315411353
Binary1011111010010010110110101111010110110011011001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE921B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE921B; }

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

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

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

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

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

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

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

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