#B9A219

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

Shades of Buddha Gold #B9A219

Tints of Buddha Gold #B9A219

Color information

#B9A219 (or 0xB9A219) is unknown color: approx Buddha Gold. HEX triplet: B9, A2 and 19. RGB value is (185,162,25). Sum of RGB (Red+Green+Blue) = 185+162+25=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 25 (10.16% from 255 or 6.72% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A219 is #465DE6. Grayscale: #999999. Windows color (decimal): -4611559 or 1680057. OLE color: 1680057.

HSL color Cylindrical-coordinate representation of color #B9A219: hue angle of 51.38º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9A219 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB18516225-
CMYK00.120.860.27
HSL51.38º76.19%41.18%-
HSV(B)51.38º86.49%72.55%-
XYZ33.136.236.17-
YUV153.2655.62150.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.73%
GREEN value IS 162 (63.67% from 255) = 43.55%
BLUE value IS 25 (10.16% from 255) = 6.72%
R=49.73%
G=43.55%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851622500.120.860.2751.3876.1941.18
HexB9A2190C561B334c29
Octal27124231014126336311451
Binary101110011010001011001011001010110110111100111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A219; }

 p { color: rgb(185,162,25); }

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

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

 a { background-color: rgb(185,162,25); }

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

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

 span { border-color: rgb(185,162,25); }

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