#B79C12

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

Shades of Buddha Gold #B79C12

Tints of Buddha Gold #B79C12

Color information

#B79C12 (or 0xB79C12) is unknown color: approx Buddha Gold. HEX triplet: B7, 9C and 12. RGB value is (183,156,18). Sum of RGB (Red+Green+Blue) = 183+156+18=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B79C12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79C12 is #4863ED. Grayscale: #949494. Windows color (decimal): -4744174 or 1219767. OLE color: 1219767.

HSL color Cylindrical-coordinate representation of color #B79C12: hue angle of 50.18º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B79C12 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB18315618-
CMYK00.150.900.28
HSL50.18º82.09%39.41%-
HSV(B)50.18º90.16%71.76%-
XYZ31.5333.895.45-
YUV148.3454.45152.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.26%
GREEN value IS 156 (61.33% from 255) = 43.70%
BLUE value IS 18 (7.42% from 255) = 5.04%
R=51.26%
G=43.70%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831561800.150.900.2850.1882.0939.41
HexB79C120F5A1C325227
Octal26723422017132346212247
Binary101101111001110010010011111011010111001100101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79C12; }

 p { color: rgb(183,156,18); }

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

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

 a { background-color: rgb(183,156,18); }

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

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

 span { border-color: rgb(183,156,18); }

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