#B79E10

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

Shades of Buddha Gold #B79E10

Tints of Buddha Gold #B79E10

Color information

#B79E10 (or 0xB79E10) is unknown color: approx Buddha Gold. HEX triplet: B7, 9E and 10. RGB value is (183,158,16). Sum of RGB (Red+Green+Blue) = 183+158+16=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B79E10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79E10 is #4861EF. Grayscale: #959595. Windows color (decimal): -4743664 or 1089207. OLE color: 1089207.

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

Color convert

RGB18315816-
CMYK00.140.910.28
HSL51.02º83.92%39.02%-
HSV(B)51.02º91.26%71.76%-
XYZ31.8534.565.48-
YUV149.2952.78152.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.26%
GREEN value IS 158 (62.11% from 255) = 44.26%
BLUE value IS 16 (6.64% from 255) = 4.48%
R=51.26%
G=44.26%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831581600.140.910.2851.0283.9239.02
HexB79E100E5B1C335427
Octal26723620016133346312447
Binary101101111001111010000011101011011111001100111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79E10; }

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

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

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

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

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

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

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

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