#B79F0A

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

Shades of Buddha Gold #B79F0A

Tints of Buddha Gold #B79F0A

Color information

#B79F0A (or 0xB79F0A) is unknown color: approx Buddha Gold. HEX triplet: B7, 9F and 0A. RGB value is (183,159,10). Sum of RGB (Red+Green+Blue) = 183+159+10=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B79F0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79F0A is #4860F5. Grayscale: #959595. Windows color (decimal): -4743414 or 696247. OLE color: 696247.

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

Color convert

RGB18315910-
CMYK00.130.950.28
HSL51.68º89.64%37.84%-
HSV(B)51.68º94.54%71.76%-
XYZ31.9834.895.34-
YUV149.1949.45152.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.99%
GREEN value IS 159 (62.5% from 255) = 45.17%
BLUE value IS 10 (4.30% from 255) = 2.84%
R=51.99%
G=45.17%
B=2.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831591000.130.950.2851.6889.6437.84
HexB79FA0D5F1C345a26
Octal26723712015137346413246
Binary10110111100111111010011011011111111001101001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79F0A; }

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

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

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

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

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

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

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

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