#B79F1B

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

Shades of Buddha Gold #B79F1B

Tints of Buddha Gold #B79F1B

Color information

#B79F1B (or 0xB79F1B) is unknown color: approx Buddha Gold. HEX triplet: B7, 9F and 1B. RGB value is (183,159,27). Sum of RGB (Red+Green+Blue) = 183+159+27=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B79F1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B79F1B is #4860E4. Grayscale: #979797. Windows color (decimal): -4743397 or 1810359. OLE color: 1810359.

HSL color Cylindrical-coordinate representation of color #B79F1B: hue angle of 50.77º 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 #B79F1B is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB18315927-
CMYK00.130.850.28
HSL50.77º74.29%41.18%-
HSV(B)50.77º85.25%71.76%-
XYZ32.1234.946.09-
YUV151.1357.95150.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.59%
GREEN value IS 159 (62.5% from 255) = 43.09%
BLUE value IS 27 (10.94% from 255) = 7.32%
R=49.59%
G=43.09%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831592700.130.850.2850.7774.2941.18
HexB79F1B0D551C334a29
Octal26723733015125346311251
Binary101101111001111111011011011010101111001100111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79F1B; }

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

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

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

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

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

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

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

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