#B4A002

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

Shades of Buddha Gold #B4A002

Tints of Buddha Gold #B4A002

Color information

#B4A002 (or 0xB4A002) is unknown color: approx Buddha Gold. HEX triplet: B4, A0 and 02. RGB value is (180,160,2). Sum of RGB (Red+Green+Blue) = 180+160+2=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 160 (62.89% from 255 or 46.78% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A002 is #4B5FFD. Grayscale: #949494. Windows color (decimal): -4939774 or 172212. OLE color: 172212.

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

Color convert

RGB1801602-
CMYK00.110.990.29
HSL53.26º97.8%35.69%-
HSV(B)53.26º98.89%70.59%-
XYZ31.434.855.13-
YUV147.9745.63150.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.63%
GREEN value IS 160 (62.89% from 255) = 46.78%
BLUE value IS 2 (1.17% from 255) = 0.58%
R=52.63%
G=46.78%
B=0.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180160200.110.990.2953.2697.835.69
HexB4A020B631D356224
Octal2642402013143356514244
Binary101101001010000010010111100011111011101011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A002; }

 p { color: rgb(180,160,2); }

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

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

 a { background-color: rgb(180,160,2); }

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

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

 span { border-color: rgb(180,160,2); }

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