#B79A0A

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

Shades of Buddha Gold #B79A0A

Tints of Buddha Gold #B79A0A

Color information

#B79A0A (or 0xB79A0A) is unknown color: approx Buddha Gold. HEX triplet: B7, 9A and 0A. RGB value is (183,154,10). Sum of RGB (Red+Green+Blue) = 183+154+10=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B79A0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79A0A is #4865F5. Grayscale: #929292. Windows color (decimal): -4744694 or 694967. OLE color: 694967.

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

Color convert

RGB18315410-
CMYK00.160.950.28
HSL49.94º89.64%37.84%-
HSV(B)49.94º94.54%71.76%-
XYZ31.1433.25.05-
YUV146.2651.11154.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.74%
GREEN value IS 154 (60.55% from 255) = 44.38%
BLUE value IS 10 (4.30% from 255) = 2.88%
R=52.74%
G=44.38%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831541000.160.950.2849.9489.6437.84
HexB79AA0105F1C325a26
Octal26723212020137346213246
Binary101101111001101010100100001011111111001100101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79A0A; }

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

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

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

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

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

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

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

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