#B79D0B

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

Shades of Buddha Gold #B79D0B

Tints of Buddha Gold #B79D0B

Color information

#B79D0B (or 0xB79D0B) is unknown color: approx Buddha Gold. HEX triplet: B7, 9D and 0B. RGB value is (183,157,11). Sum of RGB (Red+Green+Blue) = 183+157+11=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 11 (4.69% from 255 or 3.13% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B79D0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79D0B is #4862F4. Grayscale: #949494. Windows color (decimal): -4743925 or 761271. OLE color: 761271.

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

Color convert

RGB18315711-
CMYK00.140.940.28
HSL50.93º88.66%38.04%-
HSV(B)50.93º93.99%71.76%-
XYZ31.6534.215.25-
YUV148.1350.61152.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.14%
GREEN value IS 157 (61.72% from 255) = 44.73%
BLUE value IS 11 (4.69% from 255) = 3.13%
R=52.14%
G=44.73%
B=3.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831571100.140.940.2850.9388.6638.04
HexB79DB0E5E1C335926
Octal26723513016136346313146
Binary10110111100111011011011101011110111001100111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79D0B; }

 p { color: rgb(183,157,11); }

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

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

 a { background-color: rgb(183,157,11); }

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

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

 span { border-color: rgb(183,157,11); }

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