#B79E06

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

Shades of Buddha Gold #B79E06

Tints of Buddha Gold #B79E06

Color information

#B79E06 (or 0xB79E06) is unknown color: approx Buddha Gold. HEX triplet: B7, 9E and 06. RGB value is (183,158,6). Sum of RGB (Red+Green+Blue) = 183+158+6=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 6 (2.73% from 255 or 1.73% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B79E06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79E06 is #4861F9. Grayscale: #949494. Windows color (decimal): -4743674 or 433847. OLE color: 433847.

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

Color convert

RGB1831586-
CMYK00.140.970.28
HSL51.53º93.65%37.06%-
HSV(B)51.53º96.72%71.76%-
XYZ31.7934.535.16-
YUV148.1547.78152.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.74%
GREEN value IS 158 (62.11% from 255) = 45.53%
BLUE value IS 6 (2.73% from 255) = 1.73%
R=52.74%
G=45.53%
B=1.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183158600.140.970.2851.5393.6537.06
HexB79E60E611C345e25
Octal2672366016141346413645
Binary1011011110011110110011101100001111001101001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79E06; }

 p { color: rgb(183,158,6); }

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

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

 a { background-color: rgb(183,158,6); }

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

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

 span { border-color: rgb(183,158,6); }

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