#B4A203

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

Shades of Buddha Gold #B4A203

Tints of Buddha Gold #B4A203

Color information

#B4A203 (or 0xB4A203) is unknown color: approx Buddha Gold. HEX triplet: B4, A2 and 03. RGB value is (180,162,3). Sum of RGB (Red+Green+Blue) = 180+162+3=345 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.17% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A203 is #4B5DFC. Grayscale: #959595. Windows color (decimal): -4939261 or 238260. OLE color: 238260.

HSL color Cylindrical-coordinate representation of color #B4A203: hue angle of 53.9º 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 #B4A203 is Cyan = 0, Magento = 0.1, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB1801623-
CMYK00.10.980.29
HSL53.9º96.72%35.88%-
HSV(B)53.9º98.33%70.59%-
XYZ31.7635.555.27-
YUV149.2645.46149.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.17%
GREEN value IS 162 (63.67% from 255) = 46.96%
BLUE value IS 3 (1.56% from 255) = 0.87%
R=52.17%
G=46.96%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180162300.10.980.2953.996.7235.88
HexB4A230A621D366124
Octal2642423012142356614144
Binary101101001010001011010101100010111011101101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A203; }

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

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

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

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

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

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

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

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