#B9A70C

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

Shades of Buddha Gold #B9A70C

Tints of Buddha Gold #B9A70C

Color information

#B9A70C (or 0xB9A70C) is unknown color: approx Buddha Gold. HEX triplet: B9, A7 and 0C. RGB value is (185,167,12). Sum of RGB (Red+Green+Blue) = 185+167+12=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 167 (65.62% from 255 or 45.88% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A70C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A70C is #4658F3. Grayscale: #9B9B9B. Windows color (decimal): -4610292 or 829369. OLE color: 829369.

HSL color Cylindrical-coordinate representation of color #B9A70C: hue angle of 53.76º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9A70C is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB18516712-
CMYK00.100.940.27
HSL53.76º87.82%38.63%-
HSV(B)53.76º93.51%72.55%-
XYZ33.8937.985.89-
YUV154.7147.46149.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.82%
GREEN value IS 167 (65.62% from 255) = 45.88%
BLUE value IS 12 (5.08% from 255) = 3.30%
R=50.82%
G=45.88%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851671200.100.940.2753.7687.8238.63
HexB9A7C0A5E1B365827
Octal27124714012136336613047
Binary10111001101001111100010101011110110111101101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A70C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A70C; }

 p { color: rgb(185,167,12); }

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

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

 a { background-color: rgb(185,167,12); }

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

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

 span { border-color: rgb(185,167,12); }

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