#B79E1B

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

Shades of Buddha Gold #B79E1B

Tints of Buddha Gold #B79E1B

Color information

#B79E1B (or 0xB79E1B) is unknown color: approx Buddha Gold. HEX triplet: B7, 9E and 1B. RGB value is (183,158,27). Sum of RGB (Red+Green+Blue) = 183+158+27=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B79E1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79E1B is #4861E4. Grayscale: #979797. Windows color (decimal): -4743653 or 1810103. OLE color: 1810103.

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

Color convert

RGB18315827-
CMYK00.140.850.28
HSL50.38º74.29%41.18%-
HSV(B)50.38º85.25%71.76%-
XYZ31.9534.66.03-
YUV150.5458.28151.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 158 (62.11% from 255) = 42.93%
BLUE value IS 27 (10.94% from 255) = 7.34%
R=49.73%
G=42.93%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831582700.140.850.2850.3874.2941.18
HexB79E1B0E551C324a29
Octal26723633016125346211251
Binary101101111001111011011011101010101111001100101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79E1B; }

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

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

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

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

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

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

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

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