#B79E02

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

Shades of Buddha Gold #B79E02

Tints of Buddha Gold #B79E02

Color information

#B79E02 (or 0xB79E02) is unknown color: approx Buddha Gold. HEX triplet: B7, 9E and 02. RGB value is (183,158,2). Sum of RGB (Red+Green+Blue) = 183+158+2=343 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.35% from 343); Green value is 158 (62.11% from 255 or 46.06% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 183 - color contains mainly: red. Hex color #B79E02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79E02 is #4861FD. Grayscale: #949494. Windows color (decimal): -4743678 or 171703. OLE color: 171703.

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

Color convert

RGB1831582-
CMYK00.140.990.28
HSL51.71º97.84%36.27%-
HSV(B)51.71º98.91%71.76%-
XYZ31.7734.535.05-
YUV147.6945.78153.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.35%
GREEN value IS 158 (62.11% from 255) = 46.06%
BLUE value IS 2 (1.17% from 255) = 0.58%
R=53.35%
G=46.06%
B=0.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183158200.140.990.2851.7197.8436.27
HexB79E20E631C346224
Octal2672362016143346414244
Binary101101111001111010011101100011111001101001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79E02; }

 p { color: rgb(183,158,2); }

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

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

 a { background-color: rgb(183,158,2); }

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

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

 span { border-color: rgb(183,158,2); }

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