#B79A08

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

Shades of Buddha Gold #B79A08

Tints of Buddha Gold #B79A08

Color information

#B79A08 (or 0xB79A08) is unknown color: approx Buddha Gold. HEX triplet: B7, 9A and 08. RGB value is (183,154,8). Sum of RGB (Red+Green+Blue) = 183+154+8=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79A08 is #4865F7. Grayscale: #929292. Windows color (decimal): -4744696 or 563895. OLE color: 563895.

HSL color Cylindrical-coordinate representation of color #B79A08: hue angle of 50.06º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B79A08 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB1831548-
CMYK00.160.960.28
HSL50.06º91.62%37.45%-
HSV(B)50.06º95.63%71.76%-
XYZ31.1333.25-
YUV146.0350.11154.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.04%
GREEN value IS 154 (60.55% from 255) = 44.64%
BLUE value IS 8 (3.52% from 255) = 2.32%
R=53.04%
G=44.64%
B=2.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183154800.160.960.2850.0691.6237.45
HexB79A8010601C325c25
Octal26723210020140346213445
Binary101101111001101010000100001100000111001100101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79A08; }

 p { color: rgb(183,154,8); }

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

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

 a { background-color: rgb(183,154,8); }

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

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

 span { border-color: rgb(183,154,8); }

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