#B4A303

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

Shades of Buddha Gold #B4A303

Tints of Buddha Gold #B4A303

Color information

#B4A303 (or 0xB4A303) is unknown color: approx Buddha Gold. HEX triplet: B4, A3 and 03. RGB value is (180,163,3). Sum of RGB (Red+Green+Blue) = 180+163+3=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A303 is #4B5CFC. Grayscale: #969696. Windows color (decimal): -4939005 or 238516. OLE color: 238516.

HSL color Cylindrical-coordinate representation of color #B4A303: hue angle of 54.24º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B4A303 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB1801633-
CMYK00.090.980.29
HSL54.24º96.72%35.88%-
HSV(B)54.24º98.33%70.59%-
XYZ31.9435.95.33-
YUV149.8445.13149.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.02%
GREEN value IS 163 (64.06% from 255) = 47.11%
BLUE value IS 3 (1.56% from 255) = 0.87%
R=52.02%
G=47.11%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180163300.090.980.2954.2496.7235.88
HexB4A3309621D366124
Octal2642433011142356614144
Binary101101001010001111010011100010111011101101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A303; }

 p { color: rgb(180,163,3); }

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

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

 a { background-color: rgb(180,163,3); }

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

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

 span { border-color: rgb(180,163,3); }

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