#BE9A1B

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

Shades of Buddha Gold #BE9A1B

Tints of Buddha Gold #BE9A1B

Color information

#BE9A1B (or 0xBE9A1B) is unknown color: approx Buddha Gold. HEX triplet: BE, 9A and 1B. RGB value is (190,154,27). Sum of RGB (Red+Green+Blue) = 190+154+27=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9A1B is #4165E4. Grayscale: #969696. Windows color (decimal): -4285925 or 1809086. OLE color: 1809086.

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

Color convert

RGB19015427-
CMYK00.190.860.25
HSL46.75º75.12%42.55%-
HSV(B)46.75º85.79%74.51%-
XYZ32.9934.145.89-
YUV150.2958.43156.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.21%
GREEN value IS 154 (60.55% from 255) = 41.51%
BLUE value IS 27 (10.94% from 255) = 7.28%
R=51.21%
G=41.51%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901542700.190.860.2546.7575.1242.55
HexBE9A1B01356192f4b2b
Octal27623233023126315711353
Binary1011111010011010110110100111010110110011011111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9A1B; }

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

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

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

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

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

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

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

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