#B79F1A

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

Shades of Buddha Gold #B79F1A

Tints of Buddha Gold #B79F1A

Color information

#B79F1A (or 0xB79F1A) is unknown color: approx Buddha Gold. HEX triplet: B7, 9F and 1A. RGB value is (183,159,26). Sum of RGB (Red+Green+Blue) = 183+159+26=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 159 (62.5% from 255 or 43.21% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B79F1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79F1A is #4860E5. Grayscale: #979797. Windows color (decimal): -4743398 or 1744823. OLE color: 1744823.

HSL color Cylindrical-coordinate representation of color #B79F1A: hue angle of 50.83º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B79F1A is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB18315926-
CMYK00.130.860.28
HSL50.83º75.12%40.98%-
HSV(B)50.83º85.79%71.76%-
XYZ32.1134.946.03-
YUV151.0157.45150.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 159 (62.5% from 255) = 43.21%
BLUE value IS 26 (10.55% from 255) = 7.07%
R=49.73%
G=43.21%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831592600.130.860.2850.8375.1240.98
HexB79F1A0D561C334b29
Octal26723732015126346311351
Binary101101111001111111010011011010110111001100111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79F1A; }

 p { color: rgb(183,159,26); }

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

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

 a { background-color: rgb(183,159,26); }

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

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

 span { border-color: rgb(183,159,26); }

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