#B3970E

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

Shades of Buddha Gold #B3970E

Tints of Buddha Gold #B3970E

Color information

#B3970E (or 0xB3970E) is unknown color: approx Buddha Gold. HEX triplet: B3, 97 and 0E. RGB value is (179,151,14). Sum of RGB (Red+Green+Blue) = 179+151+14=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 14 (5.86% from 255 or 4.07% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B3970E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3970E is #4C68F1. Grayscale: #909090. Windows color (decimal): -5007602 or 956339. OLE color: 956339.

HSL color Cylindrical-coordinate representation of color #B3970E: hue angle of 49.82º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3970E is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB17915114-
CMYK00.160.920.30
HSL49.82º85.49%37.84%-
HSV(B)49.82º92.18%70.2%-
XYZ29.7431.754.98-
YUV143.7554.78153.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.03%
GREEN value IS 151 (59.38% from 255) = 43.90%
BLUE value IS 14 (5.86% from 255) = 4.07%
R=52.03%
G=43.90%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791511400.160.920.3049.8285.4937.84
HexB397E0105C1E325526
Octal26322716020134366212546
Binary101100111001011111100100001011100111101100101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3970E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3970E; }

 p { color: rgb(179,151,14); }

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

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

 a { background-color: rgb(179,151,14); }

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

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

 span { border-color: rgb(179,151,14); }

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