#B9A513

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

Shades of Buddha Gold #B9A513

Tints of Buddha Gold #B9A513

Color information

#B9A513 (or 0xB9A513) is unknown color: approx Buddha Gold. HEX triplet: B9, A5 and 13. RGB value is (185,165,19). Sum of RGB (Red+Green+Blue) = 185+165+19=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A513 is #465AEC. Grayscale: #9A9A9A. Windows color (decimal): -4610797 or 1287609. OLE color: 1287609.

HSL color Cylindrical-coordinate representation of color #B9A513: hue angle of 52.77º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9A513 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB18516519-
CMYK00.110.900.27
HSL52.77º81.37%40%-
HSV(B)52.77º89.73%72.55%-
XYZ33.5837.276.04-
YUV154.3451.63149.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.14%
GREEN value IS 165 (64.84% from 255) = 44.72%
BLUE value IS 19 (7.81% from 255) = 5.15%
R=50.14%
G=44.72%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851651900.110.900.2752.7781.3740
HexB9A5130B5A1B355128
Octal27124523013132336512150
Binary101110011010010110011010111011010110111101011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A513; }

 p { color: rgb(185,165,19); }

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

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

 a { background-color: rgb(185,165,19); }

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

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

 span { border-color: rgb(185,165,19); }

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