#BEA005

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

Shades of Buddha Gold #BEA005

Tints of Buddha Gold #BEA005

Color information

#BEA005 (or 0xBEA005) is unknown color: approx Buddha Gold. HEX triplet: BE, A0 and 05. RGB value is (190,160,5). Sum of RGB (Red+Green+Blue) = 190+160+5=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA005 is #415FFA. Grayscale: #979797. Windows color (decimal): -4284411 or 368830. OLE color: 368830.

HSL color Cylindrical-coordinate representation of color #BEA005: hue angle of 50.27º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BEA005 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB1901605-
CMYK00.160.970.25
HSL50.27º94.87%38.24%-
HSV(B)50.27º97.37%74.51%-
XYZ33.8336.15.33-
YUV151.345.44155.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.52%
GREEN value IS 160 (62.89% from 255) = 45.07%
BLUE value IS 5 (2.34% from 255) = 1.41%
R=53.52%
G=45.07%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190160500.160.970.2550.2794.8738.24
HexBEA050106119325f26
Octal2762405020141316213746
Binary10111110101000001010100001100001110011100101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA005; }

 p { color: rgb(190,160,5); }

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

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

 a { background-color: rgb(190,160,5); }

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

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

 span { border-color: rgb(190,160,5); }

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