#B79D0C

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

Shades of Buddha Gold #B79D0C

Tints of Buddha Gold #B79D0C

Color information

#B79D0C (or 0xB79D0C) is unknown color: approx Buddha Gold. HEX triplet: B7, 9D and 0C. RGB value is (183,157,12). Sum of RGB (Red+Green+Blue) = 183+157+12=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79D0C is #4862F3. Grayscale: #949494. Windows color (decimal): -4743924 or 826807. OLE color: 826807.

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

Color convert

RGB18315712-
CMYK00.140.930.28
HSL50.88º87.69%38.24%-
HSV(B)50.88º93.44%71.76%-
XYZ31.6534.215.28-
YUV148.2451.11152.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.99%
GREEN value IS 157 (61.72% from 255) = 44.60%
BLUE value IS 12 (5.08% from 255) = 3.41%
R=51.99%
G=44.60%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831571200.140.930.2850.8887.6938.24
HexB79DC0E5D1C335826
Octal26723514016135346313046
Binary10110111100111011100011101011101111001100111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79D0C; }

 p { color: rgb(183,157,12); }

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

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

 a { background-color: rgb(183,157,12); }

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

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

 span { border-color: rgb(183,157,12); }

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