#B79B1E

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

Shades of Buddha Gold #B79B1E

Tints of Buddha Gold #B79B1E

Color information

#B79B1E (or 0xB79B1E) is unknown color: approx Buddha Gold. HEX triplet: B7, 9B and 1E. RGB value is (183,155,30). Sum of RGB (Red+Green+Blue) = 183+155+30=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B79B1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79B1E is #4864E1. Grayscale: #959595. Windows color (decimal): -4744418 or 2005943. OLE color: 2005943.

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

Color convert

RGB18315530-
CMYK00.150.840.28
HSL49.02º71.83%41.76%-
HSV(B)49.02º83.61%71.76%-
XYZ31.4833.66.06-
YUV149.1260.78152.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 155 (60.94% from 255) = 42.12%
BLUE value IS 30 (12.11% from 255) = 8.15%
R=49.73%
G=42.12%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831553000.150.840.2849.0271.8341.76
HexB79B1E0F541C31482a
Octal26723336017124346111052
Binary101101111001101111110011111010100111001100011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79B1E; }

 p { color: rgb(183,155,30); }

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

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

 a { background-color: rgb(183,155,30); }

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

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

 span { border-color: rgb(183,155,30); }

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